Skip to content

Commit

Permalink
Update step numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Nov 4, 2024
1 parent 3bfc23a commit 56acf9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/docs/vue/demo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ sidebar_position: 2

# ▶️ Demo

**[⚡️ Play on StackBlitz](https://stackblitz.com/edit/nx-angular-svg-loaders-demo)**
**[⚡️ Play on StackBlitz](https://stackblitz.com/edit/nx-vue-calendar-heatmap-demo)**

<iframe className="embed-iframe" src="https://stackblitz.com/edit/nx-angular-svg-loaders-demo?embed=1&file=src/main.ts&hideExplorer=1&hideNavigation=1&view=preview"></iframe>
<iframe className="embed-iframe" src="https://stackblitz.com/edit/nx-vue-calendar-heatmap-demo?embed=1&file=src/App.vue&hideExplorer=1&hideNavigation=1&view=preview"></iframe>
4 changes: 2 additions & 2 deletions docs/docs/vue/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Install the **primary** package using your package manager of choice.
<Tabs>
<TabItem value="pnpm" label="PNPM" default>
```bash
pnpm i @ngeenx/nx-angular-calendar-heatmap
pnpm i @ngeenx/nx-vue-calendar-heatmap
```
</TabItem>
<TabItem value="npm" label="NPM">
```bash
npm i @ngeenx/nx-angular-calendar-heatmap
npm i @ngeenx/nx-vue-calendar-heatmap
```
</TabItem>
</Tabs>
Expand Down

0 comments on commit 56acf9e

Please sign in to comment.