Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuh4 authored Jun 8, 2024
1 parent 70f0e96 commit 16f3f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
## 📚 Overview
Noir is a framework for Stormworks: Build and Rescue designed to (metaphorically!) hold your hand in some areas with addon development, while also giving you a neat way of organizing your addon.

Noir contains libraries that provide helpful functions to use throughout your code. They can be found in `Noir.Libraries`.
Noir contains built-in libraries that provide helpful functions to use throughout your code. They can be found in `Noir.Libraries`.

Noir also contains default services which can be found in `Noir.Services` or fetched directly via `Noir.Services:GetService(name)`.
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.

Expand All @@ -24,4 +24,4 @@ Documentation can be found [here](https://cuhhub.gitbook.io/noir/).
For learning how to install and use Noir in your addon, please check out the [documentation.](https://cuhhub.gitbook.io/noir/)

## ✨ Credit
- [Cuh4](https://github.com/Cuh4)
- [Cuh4](https://github.com/Cuh4)

0 comments on commit 16f3f5f

Please sign in to comment.