Skip to content

Commit

Permalink
Fix typo in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
lat94 committed Oct 22, 2020
1 parent 16320d2 commit e6fff66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ If you are using the types in a `commonjs` module, like in a Node app, you just
....
```
## Trouble shooting and known issues.
## Troubleshooting and known issues.
### Web3 and Angular
If you are using Ionic/Angular at a version >5 you may run into a build error in which modules `crypto` and `stream` are `undefined`
a work around for this is to go into your node-modules and at `/angular-cli-files/models/webpack-configs/browser.js` change the `node: false` to `node: {crypto: true, stream: true}` as mentioned [here](https://github.com/ethereum/web3.js/issues/2260#issuecomment-458519127)
Another variation of this problem was an issue opned on angular-cli: https://github.com/angular/angular-cli/issues/1548
Another variation of this problem was an issue opened on angular-cli: https://github.com/angular/angular-cli/issues/1548
## Documentation
Expand Down

0 comments on commit e6fff66

Please sign in to comment.