merchant-backoffice

ZZZ: Inactive/Deprecated
Log | Files | Refs | Submodules | README

commit 6e45104f0910446adca922608c73c38586107136
parent 473ce24488d24a4c4e9ee6473d795f0ebcb30946
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Sat, 22 May 2021 06:25:53 -0400

capitalize first word in sentence

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -83,7 +83,7 @@ The result will be placed at `packages/frontend/single/index.html`. * `make build`: Production-ready build into the `./build` directory. Print bundle size information and compare it with previous build using the `size-plugin.json` file. -* `make serve`: build and serves the content, useful to test the result. +* `make serve`: Build and serves the content, useful to test the result. * `make lint`: Pass TypeScript files using ESLint