From d8a060d382b66372f1f46536f1ac947c915e0b38 Mon Sep 17 00:00:00 2001 From: Shinya Uryu Date: Wed, 22 Jan 2020 08:16:59 +0900 Subject: [PATCH] Add link in main readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2436630..b719854 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ See [Examples](examples.md) for a list of `actions/cache` implementations for us - [Node - Yarn](./examples.md#node---yarn) - [PHP - Composer](./examples.md#php---composer) - [Python - pip](./examples.md#python---pip) +- [R - renv](./examples.md#r---renv) - [Ruby - Bundler](./examples.md#ruby---bundler) - [Rust - Cargo](./examples.md#rust---cargo) - [Scala - SBT](./examples.md#scala---sbt)