From 77e43594c5f0a937e81cecd22a32620411ad776b Mon Sep 17 00:00:00 2001 From: "Ted M. Young" Date: Fri, 8 Mar 2024 12:26:40 -0800 Subject: [PATCH] Update README.md Removed duplicate of "Eventual Consistency" --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b8474a965..c7e668a2c 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ I created this repository to share a set of links that I found valuable and insp - [Messaging](#messaging) - [Distributed Transactions](#distributed-transactions) - [Distributed Locking](#distributed-locking) -- [Eventual Consistency](#eventual-consistency) - [RESTful API Design](#rest) - [gRPC](#grpc) - [Caching](#caching)