From 113c0ca62e73cb0da74160cfd11f386f51726ca4 Mon Sep 17 00:00:00 2001 From: Brenno Rodrigues Date: Tue, 27 Feb 2024 00:04:59 -0300 Subject: [PATCH] docs: update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6fd1cef..b0b315d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # bitcask-hs Inspired by [https://riak.com/assets/bitcask-intro.pdf](https://riak.com/assets/bitcask-intro.pdf). + +Usage example using Curryer RPC: [https://github.com/BRonen/bitcask-hs-example](https://github.com/BRonen/bitcask-hs-example).