From ae2bcacb06162df65268e05a9a474e1e2895f7ae Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sun, 9 May 2021 17:20:25 -0700 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b9ee518..4d2b54d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ Features - Flexible [iteration](#iterating) of data; ascending, descending, and ranges - [Durable append-only file](#append-only-file) format for persistence - Option to evict old items with an [expiration](#data-expiration) TTL -- Tight codebase, under 2K loc using the `cloc` command - ACID semantics with locking [transactions](#transactions) that support rollbacks