From e1ed41a9c913f73dd08e261583c25e9d5eca5007 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 5 Nov 2019 21:09:13 +0200 Subject: [PATCH] Link to docs (#58) * Link to docs * Attempt to default to user's browser language first --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3bce57f..9b5205b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This GitHub Action allows caching dependencies and build outputs to improve work GitHub Actions status +## Documentation + +See ["Caching dependencies to speed up workflows"](https://help.github.com/github/automating-your-workflow-with-github-actions/caching-dependencies-to-speed-up-workflows). + ## Usage ### Pre-requisites