From f730cd0db85bdd800ab19f81aac4564b6d2acc26 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 20 Nov 2023 11:28:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0975c78..d2bbd77 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A simple to use local storage system, which uses json files to store data and pr - [X] Eval Safety - [X] Concurrency - [X] Advanced eval: (, ), NAND, NOR -- [X] Transaction can to rollbacks when failed +- [X] Transaction can do rollbacks when failed ## Concurrency / Transactions Transactions were added in `ef79d96`. Transactions in gorage work like a queue.