diff --git a/README.md b/README.md index fe6b1cc..6ba2c4c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ > Storing data in key-value structure to multiple different storages. -[![npm](https://img.shields.io/npm/v/p-safe)](https://www.npmjs.com/package/p-safe) -[![npm bundle size](https://packagephobia.now.sh/badge?p=p-safe)](https://packagephobia.now.sh/result?p=p-safe) +[![npm](https://img.shields.io/npm/v/@litehex/storage-box)](https://www.npmjs.com/package/@litehex/storage-box) +[![npm bundle size](https://packagephobia.now.sh/badge?p=@litehex/storage-box)](https://packagephobia.now.sh/result?p=@litehex/storage-box) ### Notable Features @@ -46,7 +46,7 @@ setTimeout(() => { ### 📚 Documentation -For all configuration options, please see [the API docs](https://paka.dev/npm/@litehex/storage-box@canary/api#module-index-export-Options). +For all configuration options, please see [the API docs](https://paka.dev/npm/@litehex/storage-box@canary/api). ### Contributing diff --git a/package.json b/package.json index c8cb81b..9d9f16e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@litehex/storage-box", - "version": "0.2.0", + "version": "0.2.1", "description": "A memory-based key–value storage for Browser and Node.js", "main": "dist/index.js", "module": "dist/index.mjs",