diff --git a/README.md b/README.md index 631aabc..6a93952 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # zoe -> A simple transactional key:value store for learning purposes +> A simple transactional key:value store for educational purposes + + + + The shell accepts the following commands: @@ -15,6 +19,14 @@ The shell accepts the following commands: | `ROLLBACK` | Throws away changes made within the context of the active transaction. If no transaction is active, prints "No Active Transaction" | | `COMMIT` | Commits the changes made within the context of the active transaction and ends the active transaction. | +## Demo + +![zoe-demo-3](https://user-images.githubusercontent.com/34342551/92362469-aa2a7700-f10d-11ea-8426-1e8462b66d18.gif) + +## Usage + +If you just wanna play, ⬇ Download the build from [releases](https://github.com/Bhupesh-V/zoe/releases) + ## License Copyright © 2020 [Bhupesh Varshney](https://github.com/Bhupesh-V).