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

1
.gitignore vendored
View File

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

View File

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

View File

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