Skip to content

Commit

Permalink
Fix import name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Sep 14, 2021
1 parent 7b9baf1 commit 6e4b3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ _Note: if you don't include a crypto "type" (`'ecc' | 'rsa'`), the library will
## Example Usage

```typescript
import keystore from './index'
import keystore from 'keystore-idb'

async function run() {
await keystore.clear()
Expand Down

0 comments on commit 6e4b3d5

Please sign in to comment.