Skip to content

Commit 72bac57

Browse files
authored
Update README.md
1 parent 0532292 commit 72bac57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ algorithm in Go. It's accompanied by a series of blog posts:
88
* [Part 2: Commands and log replication](https://eli.thegreenplace.net/2020/implementing-raft-part-2-commands-and-log-replication/)
99
* [Part 3: Persistence and optimizations](https://eli.thegreenplace.net/2020/implementing-raft-part-3-persistence-and-optimizations/)
1010
* [Part 4: Key/Value database](https://eli.thegreenplace.net/2024/implementing-raft-part-4-keyvalue-database/)
11-
* [Part 4: exactly-once delivery](https://eli.thegreenplace.net/2024/implementing-raft-part-5-exactly-once-delivery/)
11+
* [Part 5: exactly-once delivery](https://eli.thegreenplace.net/2024/implementing-raft-part-5-exactly-once-delivery/)
1212

1313
Each of the `partN` directories in this repository is the complete source code
1414
for Part N of the blog post series (except Part 0, which is introductory and has

0 commit comments

Comments
 (0)