Merge pull request #38 from status-im/update_readme3

update dev instructions
This commit is contained in:
Iuri Matias 2019-10-01 15:31:42 -04:00 committed by GitHub
commit cddfd2816f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 13 deletions

3
.gitignore vendored
View File

@ -5,5 +5,4 @@ subspace.db
TODO
test.js
/dist/
/react/
subspace.db
/react/

View File

@ -4,5 +4,4 @@ phoenix.db
subspace.db
examples/
test/
.editorconfig
subspace.db
.editorconfig

View File

@ -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