Skip to content

Commit 3d5f432

Browse files
authored
Fix typo in README
1 parent 12ccdb2 commit 3d5f432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<small>Note: this project is still under active development and should be considered experimental.</small>
44

5-
SpaceDB is a cryptographically verifiable data store and universal accumulator for the [Spaces protocol](https://spacesprotocol.com). It's a Merkle-ized binary trie described in the [Merklix](https://blog.vermorel.com/pdf/merklix-tree-for-bitcoin-2018-07.pdf) paper and explained in detail [here](https://spacesprotocol.org/#binary-trie).
5+
SpaceDB is a cryptographically verifiable data store and universal accumulator for the [Spaces protocol](https://spacesprotocol.org). It's a Merkle-ized binary trie described in the [Merklix](https://blog.vermorel.com/pdf/merklix-tree-for-bitcoin-2018-07.pdf) paper and explained in detail [here](https://spacesprotocol.org/#binary-trie).
66

77

88
## Features
@@ -135,4 +135,4 @@ Merkle-ized tries, including variations like Patricia tries and Merkle prefix tr
135135

136136
## License
137137

138-
This project is licensed under the [Apache 2.0](LICENSE).
138+
This project is licensed under the [Apache 2.0](LICENSE).

0 commit comments

Comments
 (0)