chore: fix spelling mistake in README.md
This commit is contained in:
parent
3de871a6f7
commit
bdd69942a4
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue