From ff319c774b3f468c805678002bf8dccf8ee51bb8 Mon Sep 17 00:00:00 2001 From: Cuh4 <89425262+Cuh4@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:22:04 +0100 Subject: [PATCH] remove outdated text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 532972f..999df75 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Noir contains built-in libraries that provide helpful functions to use throughou Noir also contains built-in services which can be found in `Noir.Services` or fetched directly via `Noir.Services:GetService(name)`. -Finally, examples can be found in the `examples` directory. You can see a quick example below however. +Finally, examples can be found in the `examples` directory. ## 📜 Documentation Documentation can be found [here](https://cuhhub.gitbook.io/noir/).