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