From 9d2ff1a5f0732da13c0fbcc75e7c985c5b79076d Mon Sep 17 00:00:00 2001 From: omenlog Date: Mon, 10 May 2021 11:11:12 +0300 Subject: [PATCH] (chore) updating documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 208c201..817fff6 100644 --- a/README.md +++ b/README.md @@ -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