Skip to content

Commit

Permalink
feat: readme & trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Apr 3, 2024
1 parent c5c849d commit 5341c42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ Install starknet with `npm`
# latest official release (main branch)
$ npm install starknet

# or for latest pre-release version (develop branch):
# or for latest pre-release version (develop branch)
$ npm install starknet@next

# or for latest beta release version (beta branch)
$ npm install starknet@beta
```

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

0 comments on commit 5341c42

Please sign in to comment.