From b124809ccc724c82a74f6fb3944700ba2304e31d Mon Sep 17 00:00:00 2001 From: Ron Kuris Date: Wed, 27 Sep 2023 09:46:47 -0700 Subject: [PATCH] Correct some spelling errors in README.md (#284) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc11d1da4..813191fdc 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ versions with no additional cost at all. ![architecture diagram](./docs/assets/architecture.svg) -## Termimology +## Terminology * `Revision` - A historical point-in-time state/version of the trie. This represents the entire trie, including all `Key`/`Value`s at that point @@ -111,7 +111,7 @@ The focus of this milestone will be to support synchronization to other instances to replicate the state. A synchronization library should also be developed for this milestone. - [ ] :runner: Add support for Ava Labs generic test tool via grpc client -- [ ] :runner: Pluggable encoding for nodes, for optional compatibilty with merkledb +- [ ] :runner: Pluggable encoding for nodes, for optional compatibility with MerkleDB - [ ] Support replicating the full state with corresponding range proofs that verify the correctness of the data. - [ ] Support replicating the delta state from the last sync point with