commit 331091f4f7294a45c1997e7cad4b06e706cd1a1e parent a9cf154adbf8dff333b1b045e5ccda9ab0b0aa5c Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Sat, 22 May 2021 06:24:56 -0400 parallelism: s/Installs/Install/ Diffstat:
| M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -75,7 +75,7 @@ The result will be placed at `packages/frontend/single/index.html`. ## CLI Commands -* `make compile`: Installs dependencies and compile with typescript +* `make compile`: Install dependencies and compile with typescript * `make dev`: Run a development, HMR server. The application will automatically refresh every time a file is edited