From 6a21bb71a95e771f8b6c9c2bdb40c5959343742c Mon Sep 17 00:00:00 2001 From: al8n Date: Thu, 19 Sep 2024 18:54:29 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c992b73..5051606 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ English | [简体中文][zh-cn-url] orderwal = "0.1" ``` +## Example + +See [examples](./examples/) for more information. + ## Related projects - [`aol`](https://github.com/al8n/aol): Yet another generic purpose, append-only write-ahead log implementation based on `std::fs::File`.