From 6db8f1c22ddf6967566b26d07227c10e8e93844b Mon Sep 17 00:00:00 2001 From: Mike Coutermarsh Date: Mon, 17 Dec 2018 15:47:25 -0800 Subject: [PATCH] Simplify description sentence in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64d341a..1ecc2af 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GitHub Deployer for Heroku -The GitHub Deployer for [Heroku](https://heroku.com/) task wraps the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli) to enable common Heroku commands. +This Action wraps the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli) to enable common Heroku commands. ## Usage An example workflow to build a docker container from source and push and release the image to an existing application on Heroku: