chore: fix spelling mistake in README.md

This commit is contained in:
Rekai Musuka 2020-11-26 15:49:33 -06:00
parent 3de871a6f7
commit bdd69942a4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ An interactive interface where you can navigate the Mandelbrot Set.
### Build Instructions
Due to my current configuration (which is one that prioritizes quick development), Bevy requires
some dependencies in order to build this project. These dependencies are `clang`, `lldb`, and `llvm`.
some dependencies in order to build this project. These dependencies are `clang`, `lld`, and `llvm`.
Also, this program requires Rust Nightly (as of 2020-11-26)