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 4445bd8 commit e56586bCopy full SHA for e56586b
README.md
@@ -58,7 +58,7 @@ See DashKey's CLI README at
58
**Install**
59
60
```sh
61
-npm install --save dashkeys
+npm install --save dashkeys@1.x
62
npm install --save @dashincubator/[email protected]
63
```
64
@@ -74,7 +74,7 @@ let toBytes = DashKeys.utils.hexToBytes;
74
75
```html
76
<script src="https://unpkg.com/@dashincubator/[email protected]/secp256k1.js"></script>
77
-<script src="https://unpkg.com/dashkeys/dashkeys.js"></script>
+<script src="https://unpkg.com/dashkeys@1.x/dashkeys.js"></script>
78
79
80
```js
0 commit comments