Skip to content

Commit aae24fb

Browse files
committed
Updated repository info.
1 parent c0e7441 commit aae24fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
],
3434
"author": "Binod Nirvan",
3535
"license": "Apache-2.0",
36-
"homepage": "https://github.com/binodnp/solidoc-js",
36+
"homepage": "https://github.com/CYBRToken/solidoc",
3737
"repository": {
3838
"type": "git",
39-
"url": "https://github.com/binodnp/solidoc-js"
39+
"url": "https://github.com/CYBRToken/solidoc"
4040
},
4141
"dependencies": {
4242
"fs-extra": "^7.0.0",
@@ -47,4 +47,4 @@
4747
"require-all": "^3.0.0"
4848
},
4949
"devDependencies": {}
50-
}
50+
}

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This command-line utility creates markdown-based documentation for your Solidity
1717
## Getting Started
1818

1919
```npm
20-
npm install solidoc -g
20+
sudo npm install solidoc -g
2121
```
2222

2323
**CLI Arguments**

0 commit comments

Comments
 (0)