From 062e48b74ec9675ef0c72872c77d3b1c713ce1d1 Mon Sep 17 00:00:00 2001 From: parMaster Date: Mon, 10 Jul 2023 16:08:50 +0300 Subject: [PATCH] Correct path to examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08a97ef..a769b6b 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ cache.Cleanup() ## Examples -See the [examples](https://github.com/parMaster/mcache/examples) directory for more examples. +See the [examples](https://github.com/parMaster/mcache/tree/main/examples) directory for more examples. ## Contributing