Skip to content

Commit

Permalink
Merge pull request #12 from gmaxlev/v1.3
Browse files Browse the repository at this point in the history
V1.3
  • Loading branch information
gmaxlev authored Jul 21, 2024
2 parents 4988343 + b23097c commit 8071a42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Install pict-node using your favorite package manager:

<Tabs>
<TabItem value="npm" label="npm" default>
```bash npm install pict-node ```
``` npm install pict-node ```
</TabItem>
<TabItem value="yarn" label="yarn">
```bash yarn add pict-node ```
``` yarn add pict-node ```
</TabItem>
<TabItem value="pnpm" label="pnpm">
```bash pnpm add pict-node ```
``` pnpm add pict-node ```
</TabItem>
</Tabs>

Expand Down

0 comments on commit 8071a42

Please sign in to comment.