From babe4ea74427c9e6f8489c73602319ceafd00230 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Mon, 2 Aug 2021 20:28:23 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d379697..2cda39a 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ to store cache for different Rust versions, as it is unique across different Rus ## Profiles This Action supports rustup [profiles](https://blog.rust-lang.org/2019/10/15/Rustup-1.20.0.html#profiles), -which are can be used to speed up the workflow execution by installing the +which can be used to speed up the workflow execution by installing the minimally required set of components, for example: ```yaml