From 3631834c8986a03c8d4d9844c1952d8f6d723225 Mon Sep 17 00:00:00 2001 From: Vitor Hugo Salgado Date: Fri, 6 May 2022 10:15:44 -0400 Subject: [PATCH] docs(readme): fix some typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e444db7..2e566cd3 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,12 @@ All parameters available: --app= Defaults to my-app ``` +The final folder will the parameter `destination`, if provided, concatenated with the parameter `app`. + ## ESM The project template now uses **ESM** by default. -The final folder will the parameter `destination` concatenated with parameter `app`. - ## Docker Minimalist docker image generation. @@ -60,7 +60,7 @@ Check this [Dockerfile](build/docker/Dockerfile). ## Local Dev Environment -Run `make up` spin up a local environment with **Docker Compose**. +Run `make up` to spin up a local environment with **Docker Compose**. Check this [docker-compose.yml](deployments/dev/docker-compose.yml) for more details. ## Tooling