Skip to content

Commit

Permalink
(chore) updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
omenlog committed May 10, 2021
1 parent 04cde76 commit 9d2ff1a
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 @@ -18,7 +18,7 @@ npm install @omenlog/super-map
__SuperMap__ is a factory function so for create a new super map we call the function without use the `new` operator, besides that we can pass an array of key value pairs during the initialization in the same way like the JS `Map`.

```ts
import {SuperMap} from 'super-map';
import { SuperMap } from '@omenlog/super-map';

const map = SuperMap(); // empty superMap

Expand Down

0 comments on commit 9d2ff1a

Please sign in to comment.