From d0edd62fa4fe52efbd0ad952a7b68f1b849b84aa Mon Sep 17 00:00:00 2001 From: snowmead Date: Wed, 18 Oct 2023 23:50:16 -0400 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 54dddda..8fed9cb 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ The library is designed to be as flexible as possible, allowing you to easily in - **AI-Driven MMO NPC Interactions:** Enhancing MMO experiences by enabling NPCs to have contextually relevant interactions with players based on past encounters. +## How to Use + +Follow the crate level documentation in [lib.rs]("src/lib.rs") for a detailed explanation of how to use the library. + ## Contribution If you are passioniate about this project, please feel free to fork the repository and submit pull requests for enhancements, bug fixes, or additional features.