rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.75k stars 211 forks source link

simplify project clone #215

Open getreu opened 4 years ago

getreu commented 4 years ago

The expected syntax at the command prompt is wasm_game_of_life (with underscore). In order not to confuse the reader, it is easier to provide the project name when you download the template.

✋ A similar PR may already be submitted! Please search 🔎 among the open pull requests before creating one.

Updating the Game of Life tutorial's code? Also send a PR to rustwasm/wasm_game_of_life!

Now that you've checked, it's time to create your PR. 📝 Thanks for submitting! 🙏

For more information, see the contributing guide. 👫

Summary

Explain the motivation for making this change. What existing problem does the pull request solve? 🤔

Fixes #___