Refine wording in README.md

This commit is contained in:
Max Desiatov 2020-06-05 23:33:15 +01:00 committed by GitHub
parent 3dbf8f9d5e
commit a0c8654bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
is to provide a smooth zero-config experience when developing for WebAssembly.
It is still in development, but it aims to support these features:
- [ ] Creation of new app packages built with SwiftWasm with `carton init`.
- [ ] Creating basic package boilerplate for apps built with SwiftWasm with `carton init`.
- [ ] Watching the app for source code changes and reloading it in your browser with `carton dev`.
- [ ] Running your XCTest suite in the full JavaScript/DOM environment with `carton test`.
- [ ] Optimizing and packaging the app for distribution with `carton dist`.