From 750e98b9d7527a36f477ed4ab036993341109dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Mon, 9 Oct 2023 12:22:42 +0300 Subject: [PATCH] Update template files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 652f2e6..80c1199 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ go run github.com/koddr/{{PROJECT}}@latest generate ``` And now, deploy your project by the generated `Dockerfile` and -`docker-compose.yml` files in the current folder to the remote server +`docker-compose.yml` files in the current folder to the remote server. -> 👆 Tip: We're strongly recommended to use the awesome +> 👆 Tip: We are strongly recommended to use the awesome > [Portainer][portainer_url] platform (or a self-hosted Community Edition) > for the deploying process.