Skip to content

Commit

Permalink
chore: docs improve yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Dec 31, 2024
1 parent 5c0b205 commit a25c4fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/ridb-level/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ This package is a leveldb wrapper for the ridb database.
## Installation & usage (typescript)
```bash
npm install @trust0/ridb @trust0/ridb-level -S
# or yarn add @trust0/ridb @trust0/ridb-level
```
Using yarn:
```bash
yarn add @trust0/ridb @trust0/ridb-level
```

## Usage
Expand Down

0 comments on commit a25c4fe

Please sign in to comment.