Skip to content

Commit 248dd26

Browse files
committed
Update description of CARGO_PKG_README
1 parent fb9be45 commit 248dd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/environment-variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ corresponding environment variable is set to the empty string, `""`.
231231
* `CARGO_PKG_RUST_VERSION` --- The Rust version from the manifest of your package.
232232
Note that this is the minimum Rust version supported by the package, not the
233233
current Rust version.
234-
* `CARGO_PKG_README`The location of README of your package.
234+
* `CARGO_PKG_README`Path to the README file of your package.
235235
* `CARGO_CRATE_NAME` --- The name of the crate that is currently being compiled. It is the name of the [Cargo target] with `-` converted to `_`, such as the name of the library, binary, example, integration test, or benchmark.
236236
* `CARGO_BIN_NAME` --- The name of the binary that is currently being compiled.
237237
Only set for [binaries] or binary [examples]. This name does not include any

0 commit comments

Comments
 (0)