Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
re-mouse authored Feb 21, 2024
1 parent b2841af commit f4b0a31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ It works well with unity, as it targets at .net standard 2.1.

## Quickstart
### Install
Install ReDI via NuGet:
#### Install ReDI via NuGet:
Add the ReDI package to your project using NuGet:
```
Install-Package ReDI
```

### Create Modules:
Define your modules by creating classes that inherit from Module. A common naming convention is {LibraryName}Module.
Expand Down Expand Up @@ -92,4 +94,4 @@ This project is licensed under the MIT License.

For more detailed information, visit the documentation (in-progress).

Happy coding! 🚀
Happy coding! 🚀

0 comments on commit f4b0a31

Please sign in to comment.