Skip to content

Commit

Permalink
Fix README.md (#31)
Browse files Browse the repository at this point in the history
* Fix README.md

* Update README.md
  • Loading branch information
supersuryaansh authored Jan 13, 2025
1 parent aadedfa commit e17430a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ It is that simple.

## API

#### `db = Hyperdb.bee(bee, definition, [options])`
#### `db = Hyperdb.bee(hypercore, definition, [options])`

Make a db backed by Hyperbee. P2P!

#### `db = Hyperdb.rocks(bee, definition, [options])`
#### `db = Hyperdb.rocks(path, definition, [options])`

Make a db backed by RocksDB. Local only!

Expand Down

0 comments on commit e17430a

Please sign in to comment.