From 3ff7da16fbbfe367228962d5ba2580305bb82b8d Mon Sep 17 00:00:00 2001 From: LeAndre <187464993+lecanact@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:28:39 -0400 Subject: [PATCH] Fix example dir link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c6bf05..948a06a 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ The library uses a hierarchy of exceptions for granular error management: ## Examples -Detailed implementation examples are available in the [example/](https://github.com/nerma-now/lanyard.py/tree/master/example) directory: +Detailed implementation examples are available in the [example/](https://github.com/nerma-now/lanyard.py/tree/master/examples) directory: - Basic REST usage - Real-time monitoring via WebSockets