1
0
Fork 0

Fix typo in README.md (#62)

Missed a "k" in "Walkthrough."
pull/67/head
Kenny Root 2019-08-18 16:28:10 -07:00 committed by Danny McCormick
parent 9821b26794
commit 35ed15faaf
1 changed files with 1 additions and 1 deletions

View File

@ -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. [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. [Docker Action Walkthrough](docs/container-action.md): Create an action that is delivered as a container and run with docker.