Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smithki authored May 7, 2019
1 parent b79f054 commit 0d09c68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ npm install storage-proxy
```ts
import { StorageProxy } from 'storage-proxy';

// Optionally use a namespace to prefix storage keys like `[{namespace}]:{key}`.
const myLocalStorage = StorageProxy.createLocalStorage('my-namespace');
const mySessionStorage = StorageProxy.createSessionStorage('my-namespace');

Expand Down

0 comments on commit 0d09c68

Please sign in to comment.