Skip to content

Commit e56586b

Browse files
author
AJ ONeal
committed
chore: prep for v1.x
1 parent 4445bd8 commit e56586b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ See DashKey's CLI README at
5858
**Install**
5959

6060
```sh
61-
npm install --save dashkeys
61+
npm install --save dashkeys@1.x
6262
npm install --save @dashincubator/[email protected]
6363
```
6464

@@ -74,7 +74,7 @@ let toBytes = DashKeys.utils.hexToBytes;
7474

7575
```html
7676
<script src="https://unpkg.com/@dashincubator/[email protected]/secp256k1.js"></script>
77-
<script src="https://unpkg.com/dashkeys/dashkeys.js"></script>
77+
<script src="https://unpkg.com/dashkeys@1.x/dashkeys.js"></script>
7878
```
7979

8080
```js

0 commit comments

Comments
 (0)