Update README.md

This commit is contained in:
Eric Zhang 2021-11-10 20:34:37 -05:00 committed by GitHub
parent c98a6d7c4e
commit ae3f9658ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ To run integration tests for the server, use the standard `cargo test` command.
For the WebAssembly component, you can run tests in a headless browser with
```
wasm-pack test rustpad-wasm --chrome --headless
wasm-pack test --chrome --headless rustpad-wasm
```
## Configuration
@ -94,7 +94,7 @@ following environment variables on startup:
## Deployment
Rustpad is distributed as a single 5 MB Docker image, which is built
Rustpad is distributed as a single 6 MB Docker image, which is built
automatically from the `Dockerfile` in this repository. You can pull the latest
version of this image from Docker Hub.