Update README.md
This commit is contained in:
parent
2b70d0b260
commit
1a6620adb3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue