mirror of
https://github.com/embarklabs/subspace.git
synced 2025-02-05 11:15:34 +00:00
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…
x
Reference in New Issue
Block a user