Update README.md

This commit is contained in:
Richard Ramos 2020-02-12 16:12:14 -04:00 committed by GitHub
parent 2b70d0b260
commit 1a6620adb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -206,10 +206,10 @@ If you'd like to contribute to Subspace, please fork, fix, commit and send a pul
* `yarn build`
```js
const Subspace = require('./dist/node.js');
const Subspace = require('./dist/index.js').default;
```
The browser version can be found at `dist/browser.js`. You can also check the examples in `test/`.
The browser version can be found at `lib/index.js`. You can also check the examples in `examples/` and `test/`.
## License
MIT