From 7277ff4e036a87f87c8979923d3510fd87a33746 Mon Sep 17 00:00:00 2001 From: Guanzhou Hu Date: Fri, 18 Aug 2023 15:17:05 +0800 Subject: [PATCH] minor updates to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5045a836..631d080f 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Summerset is a distributed key-value store supporting a wide range of state mach
List of currently implemented protocols... -| :--: | :---------- | | Name | Description | +| :--: | :---------- | | `RepNothing` | Simplest protocol w/o any replication | | `SimplePush` | Pushing to peers w/o any consistency guarantees | | `MultiPaxos` | Classic [MultiPaxos](https://www.microsoft.com/en-us/research/uploads/prod/2016/12/paxos-simple-Copy.pdf) protocol |