Skip to content

Commit 5467cca

Browse files
authored
Update README.md (#234)
1 parent 94b28bf commit 5467cca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ This is a boolean flag that will be set to `true` when there was an exact cache
101101

102102
## Cache Effectiveness
103103

104-
This action only caches the _dependencies_ of a crate, so is more effective if
104+
This action only caches the _dependencies_ of a crate, so it is more effective if
105105
the dependency / own code ratio is higher.
106106

107-
It is also most effective for repositories with a `Cargo.lock` file. Library
107+
It is also more effective for repositories with a `Cargo.lock` file. Library
108108
repositories with only a `Cargo.toml` file have limited benefits, as cargo will
109109
_always_ use the most up-to-date dependency versions, which may not be cached.
110110

111-
Usage with Stable Rust is most effective, as a cache is tied to the Rust version.
111+
Usage with Stable Rust is the most effective, as a cache is tied to the Rust version.
112112
Using it with Nightly Rust is less effective as it will throw away the cache every day,
113113
unless a specific nightly build is being pinned.
114114

0 commit comments

Comments
 (0)