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