Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "indexedkit", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,3 @@ ![example workflow](https://github.com/AllanPinheiroDeLima/indexedDBWrapper/actions/workflows/main.yml/badge.svg) | ||
```bash | ||
npm install indexed-kit | ||
npm install indexedkit | ||
``` | ||
@@ -31,3 +31,3 @@ | ||
```typescript | ||
import { DataStore } from "indexed-kit"; | ||
import { DataStore } from "indexedkit"; | ||
``` | ||
@@ -34,0 +34,0 @@ |
246729