We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e7441 commit aae24fbCopy full SHA for aae24fb
package.json
@@ -33,10 +33,10 @@
33
],
34
"author": "Binod Nirvan",
35
"license": "Apache-2.0",
36
- "homepage": "https://github.com/binodnp/solidoc-js",
+ "homepage": "https://github.com/CYBRToken/solidoc",
37
"repository": {
38
"type": "git",
39
- "url": "https://github.com/binodnp/solidoc-js"
+ "url": "https://github.com/CYBRToken/solidoc"
40
},
41
"dependencies": {
42
"fs-extra": "^7.0.0",
@@ -47,4 +47,4 @@
47
"require-all": "^3.0.0"
48
49
"devDependencies": {}
50
-}
+}
readme.md
@@ -17,7 +17,7 @@ This command-line utility creates markdown-based documentation for your Solidity
17
## Getting Started
18
19
```npm
20
-npm install solidoc -g
+sudo npm install solidoc -g
21
```
22
23
**CLI Arguments**
0 commit comments