Skip to content

Commit

Permalink
Update README.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRados authored Apr 4, 2024
1 parent d4fa58c commit 37a8413
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 @@ -30,7 +30,7 @@ The compiler emits [x86-64](https://en.wikipedia.org/wiki/X86-64) assembly in [A
* [Troubleshooting](#troubleshooting)
* [Contribution](#contribution)
* [Project goals](#goals)
* [Ressources](#ressources)
* [Resources](#resources)


## Installation
Expand Down Expand Up @@ -238,8 +238,8 @@ Have a look at the [documentation](https://docs.rs/wrecc_compiler/latest/wrecc_c
- Compiling multiple files at once
- Compiling real-world C projects like [Git](https://github.com/git/git/tree/master)

## Ressources
The following ressources helped me in building this compiler:
## Resources
The following resources helped me in building this compiler:
- [Crafting Interpreters](https://craftinginterpreters.com/)
- Engineering a Compiler (Book)
- [acwj](https://github.com/DoctorWkt/acwj)
Expand Down

0 comments on commit 37a8413

Please sign in to comment.