From e0cc2a2420db75f83ece46430d753096e9573f07 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sun, 10 Dec 2023 23:32:12 +0200 Subject: [PATCH] fix: readme examples folder returning not found since monorepo merge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cda8c46..dddbc11 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Response (note that some games have a different structure): } ``` -Want to see more examples? Checkout the [examples](examples) folder. +Want to see more examples? Checkout the [examples](crates/lib/examples) folder. ## Documentation The documentation is available at [docs.rs](https://docs.rs/gamedig/latest/gamedig/).