We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440ebb2 commit 6bb8b92Copy full SHA for 6bb8b92
README.md
@@ -1,6 +1,6 @@
1
<img src="./readme/logo.png" />
2
3
-Documentation toolbox for your **javascript** / **typescript** projects based on JSDoc3 with **@category**, **@component** and **@optional** plugins.
+Documentation toolbox for your **javascript** / **typescript** projects based on JSDoc4 with **@category**, **@component** and **@optional** plugins.
4
5
This is how it looks:
6
@@ -270,10 +270,10 @@ Since __component__ plugin uses [parcel](https://parceljs.org) as a bundler you
270
271
```
272
# if you use npm
273
-npm install -g parcel-bundler
+npm install -g parcel
274
275
# or yarn
276
-yarn global add parcel-bundler
+yarn global add parcel
277
278
279
## Usage
0 commit comments