Merge pull request #38 from status-im/update_readme3
update dev instructions
This commit is contained in:
commit
cddfd2816f
|
@ -6,4 +6,3 @@ TODO
|
||||||
test.js
|
test.js
|
||||||
/dist/
|
/dist/
|
||||||
/react/
|
/react/
|
||||||
subspace.db
|
|
||||||
|
|
|
@ -5,4 +5,3 @@ subspace.db
|
||||||
examples/
|
examples/
|
||||||
test/
|
test/
|
||||||
.editorconfig
|
.editorconfig
|
||||||
subspace.db
|
|
||||||
|
|
11
README.md
11
README.md
|
@ -124,17 +124,10 @@ To build:
|
||||||
* `yarn build`
|
* `yarn build`
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const Subspace = require('./src/index.js');
|
const Subspace = require('./dist/node.js');
|
||||||
```
|
```
|
||||||
|
|
||||||
To build:
|
The browser version can be found at `dist/browser.js`
|
||||||
|
|
||||||
* `yarn`
|
|
||||||
* `yarn build`
|
|
||||||
|
|
||||||
```js
|
|
||||||
const Subspace = require('./src/index.js');
|
|
||||||
```
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
MIT
|
MIT
|
Loading…
Reference in New Issue