From 593e58dd897a17efb75e0bacedf574088d0ff70a Mon Sep 17 00:00:00 2001 From: Wilhelm Klopp Date: Fri, 9 Aug 2019 21:12:59 +0100 Subject: [PATCH] Update README.md (#9) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 628fa6c..cdbe411 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ This template offers an easy way to get started writing a javascript action with ## Getting Started -See the walkthrough located [here](https://github.com/actions/toolkit/blob/master/docs/node12-action.md). +See the walkthrough located [here](https://github.com/actions/toolkit/blob/master/docs/javascript-action.md). In addition to walking your through how to create an action, it also provides strategies for versioning, releasing and referencing your actions.