Skip to content

Commit

Permalink
docs(readme): fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorsalgado committed May 6, 2022
1 parent c22030d commit 3631834
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@ All parameters available:
--app=<APP_NAME> 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.
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
Expand Down

0 comments on commit 3631834

Please sign in to comment.