Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed May 5, 2024
1 parent 0f9294e commit dc5683a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ comprehensive overview of your `cross/kv` project.

### **Installation**

Full installation instructions available at <https://jsr.io/@cross/kv>

```bash
# Using npm
npm install cross/kv
npx jsr i @cross/kv

# Using Deno
deno install --unstable -A https://deno.land/x/cross/kv@<version>/mod.ts
deno add @cross/kv
```

Replace `<version>` with the desired version of the package.
Expand Down
Empty file added mydatabase/.data
Empty file.
Empty file added mydatabase/.idx
Empty file.

0 comments on commit dc5683a

Please sign in to comment.