From 04816dcced1946b4401d9b532a7cfce49f6601eb Mon Sep 17 00:00:00 2001 From: James Ives Date: Tue, 4 May 2021 12:13:10 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c809aad8..c61b0122 100644 --- a/README.md +++ b/README.md @@ -92,13 +92,13 @@ npm install @jamesives/github-pages-deploy-action It can then be imported into your project like so. ```javascript -import run from 'github-pages-deploy-action' +import run from '@jamesives/github-pages-deploy-action' ``` Calling the functions directly will require you to pass in an object containing the variables found in the configuration section, you'll also need to provide a `workspace` with a path to your project. ```javascript -import run from 'github-pages-deploy-action' +import run from '@jamesives/github-pages-deploy-action' run({ token: process.env['ACCESS_TOKEN'],