From d73557c33a59a645d6329008658aae39df4e33ec Mon Sep 17 00:00:00 2001
From: Peter Evans <peter-evans@users.noreply.github.com>
Date: Tue, 16 Jul 2019 22:56:36 +0900
Subject: [PATCH] Update README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cbe720c..069ad05 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 A GitHub action to create a pull request for changes to your repository in the actions workspace.
 
 Changes to a repository in the actions workspace persist between actions in a workflow.
-This action is useful to pair with other actions that modify or add files to your repository.
+This action is designed to pair with other actions that modify or add files to your repository.
 The changes will be automatically committed to a new branch and a pull request created.
 
 Create Pull Request action will: