commit 2b17714d55bcde32f5faa841ab689b7585291158
parent 81e3ffde39973140f68e77c3a6a82cbcbc85f7cc
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Sat, 22 May 2021 06:25:12 -0400
add period at end of sentence
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -78,7 +78,7 @@ The result will be placed at `packages/frontend/single/index.html`.
* `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
+ every time a file is edited.
* `make build`: Production-ready build into the `./build` directory. Print bundle size
information and compare its with previous build using the `size-plugin.json` file.