Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Update Subprovider README
Browse files Browse the repository at this point in the history
  • Loading branch information
dekz authored Feb 7, 2018
1 parent a26e770 commit e443cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/subproviders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ import {
LedgerSubprovider,
} from '@0xproject/subproviders';

const ledgerSubprovider = new LedgerSubprovider(
const ledgerSubprovider = new LedgerSubprovider({
networkId,
ledgerEthereumClientFactoryAsync,
);
});

const accounts = await ledgerSubprovider.getAccountsAsync();
```
Expand Down

0 comments on commit e443cb2

Please sign in to comment.