From d99929c924ec195b39a4d645a4a24ba7bb6d7bd2 Mon Sep 17 00:00:00 2001 From: James Ives Date: Mon, 12 Oct 2020 10:27:27 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index e6444ba3..465687ae 100644 --- a/README.md +++ b/README.md @@ -96,12 +96,7 @@ npm install @jamesives/github-pages-deploy-action It can then be imported into your project like so. ```javascript -import run, { - init, - deploy, - generateBranch, - ActionInterface -} from "github-pages-deploy-action"; +import run, {ActionInterface} from "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.