From 35ed15faaf08a3bad550375a3a175deb23ed9d6a Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Sun, 18 Aug 2019 16:28:10 -0700 Subject: [PATCH] Fix typo in README.md (#62) Missed a "k" in "Walkthrough." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1dfeafe..1a597c6a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Actions are units of work which can either run in a container or on the host mac [Choosing an action type](docs/action-types.md): Outlines the differences and why you would want to create a host or a container based action. -[JavaScript Action Walthrough](docs/javascript-action.md): A full walkthrough creating an action using the toolkit along with TypeScript and Jest for unit testing. It also covers a branching strategy for versioning and safely testing and releasing an action. +[JavaScript Action Walkthrough](docs/javascript-action.md): A full walkthrough creating an action using the toolkit along with TypeScript and Jest for unit testing. It also covers a branching strategy for versioning and safely testing and releasing an action. [Docker Action Walkthrough](docs/container-action.md): Create an action that is delivered as a container and run with docker.