* Shortens line lengths (to ~100 characters max per line).
* A few stylistic improvements
* Corrects a couple of typos
* Fixes a few grammar errors
Co-authored-by: Justin Starry <justin.starry@icloud.com>
* Update the sample doc app to use wasm-pack
According to the rest of the documentation, wasm-pack and web-sys are
the recommended tool to use. However, the sample app documents the usage
of cargo-web and stdweb.
The command lines are taken from the example folder of yew.
* Some grammar fixes
* Use cargo miniserve instead of python to server the files
* Add wasm-bindgen dependency