From 84718b30bfce2e7cc843194c92033a59c577e0d7 Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Fri, 27 Mar 2020 19:16:32 -0300 Subject: [PATCH] Update examples.md --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index b5d9fb0..7140c32 100644 --- a/examples.md +++ b/examples.md @@ -379,7 +379,7 @@ When dependencies are installed later in the workflow, we must specify the same The following example is for Linux. For Windows, rust replace `~/.cargo` by `C:\Rust\.cargo`. Also, do forget to change `**/Cargo.lock` to `**/Cargo.toml` if your project uses the former. See [Cargo.toml vs Cargo.lock](https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html) for more information. -Note, on Windows, you should also use forward slash ``**/Cargo.lock`` instead of backslash ``**\Cargo.lock``. +Note, on Windows, you can also use forward slash ``**/Cargo.lock`` instead of backslash ``**\Cargo.lock``. ```yaml # Necessary for now for the cargo cache: # https://github.com/actions/cache/issues/133#issuecomment-599102035