amethyst / grumpy_visitors

🧙‍♂️🧙‍♀️ A prototype of a top-down EvilInvasion-like 2D arcade/action (with co-op!)
https://mvlabat.github.io/
MIT License
77 stars 13 forks source link

Typo in Building section of README.md #52

Closed henryksloan closed 4 years ago

henryksloan commented 4 years ago

The second command in the Building section is:

cargo -Z features=itarget build -p gb_client

The last parameter should be gv_client. I attempted to build the project for the first time and got an error that was alleviated by fixing this typo.

P.S. Awesome project! I intend to contribute as I gain more experience with Rust and Amethyst.