Update TodoMVC example's README (#1429)

This commit is contained in:
hamza1311 2020-07-20 11:56:30 -07:00 committed by GitHub
parent f3d53a7710
commit 60fe59e901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@ Unlike other implementations, this stores the full state of the model,
including: all entries, entered text and chosen filter.
### How to run:
This example requires rustc v1.39.0 or above to compile due to its use of the `async`/`await` syntax.
```sh
wasm-pack build --target web --out-name wasm --out-dir ./static && miniserve ./static --index index.html