Skip to content

docs: Fix a typo in README and Contributing #4264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can alternatively use `cargo` directly, but to do so you'll have to manually
For example:
```sh
export CFG_RELEASE=1.45.0-nightly
export CFG_RELEASE=nightly
export CFG_RELEASE_CHANNEL=nightly
cargo +nightly build ...
# And/or inline if you prefer, or need to override value(s)
CFG_RELEASE_CHANNEL=nightly CFG_RELEASE=1.45.0-nightly cargo +nightly build ...
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Alternatively, you can run `cargo install` directly as long as you set the requi

```sh
export CFG_RELEASE=1.45.0-nightly
export CFG_RELEASE=nightly
export CFG_RELEASE_CHANNEL=nightly
cargo install --path . --force --locked --features rustfmt,cargo-fmt
```
(Windows users can use `set` to specify the environment variable values)
Expand Down Expand Up @@ -164,7 +164,7 @@ You can alternatively use `cargo` directly, but you'll have to set the `CFG_RELE
For example:
```sh
export CFG_RELEASE=1.45.0-nightly
export CFG_RELEASE=nightly
export CFG_RELEASE_CHANNEL=nightly
```
(Windows users can use `set` to specify the environment variable values)

Expand Down