From d3cc976c267ceae54aec71905e3cc91ef89f23c7 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 10 Sep 2023 15:07:29 -0500 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f505302..8a94ec8 100644 --- a/README.md +++ b/README.md @@ -88,5 +88,5 @@ be stripped either. ## Caching Rust Compilation Output You can use the [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) action with this one -seemlessly, whether or not a specific build target needs `cross. There is no special configuration +seemlessly, whether or not a specific build target needs `cross`. There is no special configuration that you need for this. It just works.