Skip to content

Commit

Permalink
fix: update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
imotai committed Nov 28, 2022
1 parent 32a8157 commit 7d65be7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "merk"
name = "merkdb"
description = "Merkle key/value store"
version = "2.0.0"
authors = ["Matt Bell <[email protected]>"]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# merk
# merkdb

merkdb is forked from [merk](https://github.com/nomic-io/merk), this [isuse](https://github.com/dbpunk-labs/db3/issues/100) explains why we must build merkdb

*High-performance Merkle key/value store*
Expand Down

0 comments on commit 7d65be7

Please sign in to comment.