Skip to content

Commit 6bb8b92

Browse files
committed
Updated readme
1 parent 440ebb2 commit 6bb8b92

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
@@ -1,6 +1,6 @@
11
<img src="./readme/logo.png" />
22

3-
Documentation toolbox for your **javascript** / **typescript** projects based on JSDoc3 with **@category**, **@component** and **@optional** plugins.
3+
Documentation toolbox for your **javascript** / **typescript** projects based on JSDoc4 with **@category**, **@component** and **@optional** plugins.
44

55
This is how it looks:
66

@@ -270,10 +270,10 @@ Since __component__ plugin uses [parcel](https://parceljs.org) as a bundler you
270270

271271
```
272272
# if you use npm
273-
npm install -g parcel-bundler
273+
npm install -g parcel
274274
275275
# or yarn
276-
yarn global add parcel-bundler
276+
yarn global add parcel
277277
```
278278

279279
## Usage

0 commit comments

Comments
 (0)