Skip to content

Commit

Permalink
Merge pull request #2579 from kagawagao/1.0
Browse files Browse the repository at this point in the history
fix typo in web3-providers README.md
  • Loading branch information
nivida authored Mar 26, 2019
2 parents a08445b + f941e10 commit 65d146d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web3-providers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The BatchRequest provides the possibility to send JSON-RPC requests as batch.
Please read the [documentation][docs] for more.

```js
import {ProvidersModuleFactory, BatchRequest} 'web3-providers;
import {ProvidersModuleFactory, BatchRequest} 'web3-providers';

const provider = new ProvidersModuleFactory()
.createProviderResolver
Expand Down Expand Up @@ -91,7 +91,7 @@ The ProviderResolver resolves an url or an given provider object to the correct
Because of the resolves does web3 has internally just one provider interface and we have no direct dependency to third party providers.

```js
import {ProvidersModuleFactory} 'web3-providers;
import {ProvidersModuleFactory} 'web3-providers';

const socketProviderAdapter = new ProvidersModuleFactory()
.createProviderResolver
Expand Down

0 comments on commit 65d146d

Please sign in to comment.