From 12331c384e1bc6f272013bf73a6cc33acd1f1118 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sat, 21 Dec 2024 11:36:30 -0600 Subject: [PATCH] Tweak wording in `README.md` --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7734c83..32ba689 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,6 @@ value for crates without a `Cargo.lock` file. The `key` parameter passed to this include the value of the `target` input. If you specify a `key` parameter in `rust-cache-parameters`, then the `target` input will be appended to the value you specify. -Finally, it will run `strip` to strip the binaries if the `strip` parameter is true. This is only -possible for builds that are not done via `cross`. In addition, Windows builds for `aarch64` cannot -be stripped either. +Finally, it will run `strip` to strip the binaries it builds if the `strip` parameter is true. This +is only possible for builds that are not done via `cross`. In addition, Windows builds for `aarch64` +cannot be stripped either.