Skip to content

Commit

Permalink
fix(docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahradelahi committed Mar 16, 2024
1 parent dce6863 commit bb9a54d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bb9a54d

Please sign in to comment.