Skip to content

Commit 5341c42

Browse files
committed
feat: readme & trigger release
1 parent c5c849d commit 5341c42

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ Install starknet with `npm`
4242
# latest official release (main branch)
4343
$ npm install starknet
4444

45-
# or for latest pre-release version (develop branch):
45+
# or for latest pre-release version (develop branch)
4646
$ npm install starknet@next
47+
48+
# or for latest beta release version (beta branch)
49+
$ npm install starknet@beta
4750
```
4851

4952
Import `starknet` and use the [API](https://www.starknetjs.com/docs/API/).

0 commit comments

Comments
 (0)