From 9601af754e6fcddc964debf6a8f8eaaa45701b25 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 16 May 2020 18:12:18 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b62c7178..a613a8ca 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ on: If you'd like to use the functionality provided by this action in your own action you can install it using [yarn](https://yarnpkg.com/) by running the following command. ``` -yarn add github-pages-deploy-action +yarn add @jamesives/github-pages-deploy-action ``` It can then be imported into your project like so.