This commit is contained in:
Michael Vines 2018-08-24 09:07:15 -07:00
parent 7a618945f6
commit 4184845997
1 changed files with 2 additions and 2 deletions

View File

@ -48,13 +48,13 @@ console.log(solanaWeb3);
```
## Examples
See the [examples/](https://github.com/solana-labs/solana-web3.js/tree/master/examples) directory for small snippets.
See the [examples/](https://github.com/solana-labs/solana-web3.js/tree/master/examples) directory for small snippets
A more complete web-based wallet example can be found at https://github.com/solana-labs/example-webwallet
## Releases
Releases are available on [Github](https://github.com/solana-labs/solana-web3.js/releases)
and [npmjs.com](https://www.npmjs.com/package/@solana/web3.js).
and [npmjs.com](https://www.npmjs.com/package/@solana/web3.js)
Each Github release features a tarball containing API documentation and a
minified version of the module suitable for direct use in a browser environment