From 62f6b5505e4eedad510cc1001d5b568c72a24c47 Mon Sep 17 00:00:00 2001 From: Erick Jones Date: Mon, 22 Oct 2018 10:08:14 -0300 Subject: [PATCH] Fix grammar and add missing article --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7e3337..a2ca1e7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Powered by [Ilhasoft's Web Team](http://www.ilhasoft.com.br/en/). -Portainer CLI is a Python software to use in command line. Use this command line interface to easy communicate to your [Portainer](https://portainer.io/) application, like in a continuous integration and continuous deploy environments. +Portainer CLI is a Python software to use in command line. Use this command line interface to easy communicate with your [Portainer](https://portainer.io/) application, like in a continuous integration and continuous deployment environments. ## Install @@ -67,7 +67,7 @@ portainer-cli update_stack 2 1 docker-compose.yml portainer-cli update_stack id endpoint_id [stack_file] --env.var=value ``` -Where `var` is environment variable name and `value` is the environment variable value. +Where `var` is the environment variable name and `value` is the environment variable value. #### Flags