From 8a1d2d718df6971ba1bd344e9332cbca041b4e61 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Mon, 11 May 2020 11:30:07 -0700 Subject: [PATCH] revert change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2da51e4..14c503a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Create a workflow `.yml` file in your repositories `.github/workflows` directory ### Inputs * `path` - A directory to store and save the cache -* `key` - An explicit key for restoring and saving the cache. +* `key` - An explicit key for restoring and saving the cache * `restore-keys` - An ordered list of keys to use for restoring the cache if no cache hit occurred for key ### Outputs