@gesslar/bedoc 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,13 +35,13 @@
35
35
  Install BeDoc globally using NPM:
36
36
 
37
37
  ```bash
38
- npm install -g bedoc
38
+ npm i -g @gesslar/bedoc
39
39
  ```
40
40
 
41
41
  Or add it to your project as a dev dependency:
42
42
 
43
43
  ```bash
44
- npm install bedoc --save-dev
44
+ npm i -D @gesslar/bedoc
45
45
  ```
46
46
 
47
47
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gesslar/bedoc",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Pluggable documentation engine for any language and format",
5
5
  "publisher": "gesslar",
6
6
  "main": "./src/core/Core.js",