summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-05-22 06:25:12 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-05-22 06:25:12 -0400
commit2b17714d55bcde32f5faa841ab689b7585291158 (patch)
treeb298e624c296250444e504367829f9991389c4f5 /README.md
parent81e3ffde39973140f68e77c3a6a82cbcbc85f7cc (diff)
downloadmerchant-backoffice-2b17714d55bcde32f5faa841ab689b7585291158.tar.gz
merchant-backoffice-2b17714d55bcde32f5faa841ab689b7585291158.tar.bz2
merchant-backoffice-2b17714d55bcde32f5faa841ab689b7585291158.zip
add period at end of sentence
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 07bb5f3..c0de732 100644
--- 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.