Skip to content

Commit 8778476

Browse files
committed
docs: update README.md
1 parent 3949d24 commit 8778476

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ Generate JSDoc comments from JSON object or array.
77
### NPM
88

99
```shell
10-
npm install @shiloh/json-to-jsdoc
10+
npm install json-to-jsdoc
1111
```
1212

1313
### Yarn
1414

1515
```shell
16-
yarn add @shiloh/json-to-jsdoc
16+
yarn add json-to-jsdoc
1717
```
1818

1919
### PNPM
2020

2121
```shell
22-
pnpm add @shiloh/json-to-jsdoc
22+
pnpm add json-to-jsdoc
2323
```
2424

2525
## 🚀 Usage

0 commit comments

Comments
 (0)