From c3f8ebcfd9313efabd3103fd741dcbf3e994b2f9 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Sat, 21 Sep 2019 08:57:38 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7560101..a8399fc 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ See the [versioning documentation](https://github.com/actions/toolkit/blob/maste You can now validate the action by referencing the releases/v1 branch ```yaml -uses: actions/javascript-action@releases/v1 +uses: actions/typescript-action@releases/v1 with: milliseconds: 1000 ```