From ea6ee01bcaf6fc25298eb00b5ff0bf2ae57aa12a Mon Sep 17 00:00:00 2001 From: Gerold Penz Date: Wed, 14 Aug 2024 11:00:00 +0200 Subject: [PATCH] ... --- README.md | 4 ++-- jsr.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 56da976..c5768fa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ and v8 as a fast JSON replacement. [Bun's](https://bun.sh/) lightning-fast [SQLite implementation](https://bun.sh/docs/api/sqlite) makes Bun-SQLite-Key-Value -perfect for a fast storage and cache solution with TTL support. +perfect for a fast and reliable storage and cache solution with TTL support. *You need [Bun](https://bun.sh/) to be able to use this package.* The ideas for the implementation come from @@ -53,7 +53,7 @@ The ideas for the implementation come from - [`incr()`](#increment) - [`decr()`](#decrement) - String - - ['append()'](#append) + - [`append()`](#append) - Hash (Map Object) - [`hSet()`](#hash-map-object---write-value-) - [`hGet()`](#hash-map-object---read-value-) diff --git a/jsr.json b/jsr.json index 09039ca..a5fd70c 100644 --- a/jsr.json +++ b/jsr.json @@ -6,8 +6,7 @@ "include": [ "LICENSE", "README.md", - "SQLITE.md", "src/**/*.ts" ] } -} \ No newline at end of file +}