diff --git a/README.md b/README.md
index b74da28d3542359c7718f10105ffe688762a0237..22992cbbc236d5395d59023ec44ab3a4d9412aac 100644
--- a/README.md
+++ b/README.md
@@ -14,4 +14,11 @@ The repo is structured as follows:
   - /vr - implementation of viewstamped replication protocol
   - /ir - implementation of inconsistent replication protocol
 
--
+- /store
+  - /tapir - implementation of TAPIR designed to work with IR
+  - /occstore - implementation of an OCC-based 2PC transactional
+  storage system, designed to work with VR
+  - /lockstore - implementation of a strict two-phase locking 2PC
+  transactional storage system, designed to work with VR
+  - /qwstore - implementation of an eventually consistent storage
+    system, using quorum writes for replication