diff --git a/.github/README.md b/.github/README.md index ba1ebc7..4f6a4db 100644 --- a/.github/README.md +++ b/.github/README.md @@ -9,7 +9,7 @@ Something like: ## Why use it? -Using this set up you will be able start a production environment in a few seconds. And to start new web project simply start new containers the option `-e VIRTUAL_HOST=your.domain.com` and will be ready to go, if you want to use SSL (Let's Encrypt) just add the tag `-e LETSENCRYPT_HOST=your.domain.com`. Done! +Using this set up you will be able start a production environment in a few seconds. For each new web project simply start the containers with the option `-e VIRTUAL_HOST=your.domain.com` and you will be ready to go. If you want to use SSL (Let's Encrypt) just add the tag `-e LETSENCRYPT_HOST=your.domain.com`. Done! Easy and trustworthy!