Replace 'ex.' abbreviation in readme

This was copied from the equivalent table in the readme of
actions-rs/toolchain, but is not common usage I think.
This commit is contained in:
David Tolnay 2022-02-13 19:43:00 -08:00
parent 29ecc718a5
commit 0179615243
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -30,9 +30,9 @@ All inputs are optional.
| Name | Description | | Name | Description |
| ------------ | -----------------------------------------------------------------------------------------------------------------------------------| | ------------ | -----------------------------------------------------------------------------------------------------------------------------------|
| `toolchain` | Rustup toolchain specifier, ex. `stable`, `nightly`, `1.42.0`. **Important: the default is to match the @rev as described above.** | | `toolchain` | Rustup toolchain specifier e.g. `stable`, `nightly`, `1.42.0`. **Important: the default is to match the @rev as described above.** |
| `target` | Additional target support to install, ex. `wasm32-unknown-unknown` | | `target` | Additional target support to install e.g. `wasm32-unknown-unknown` |
| `components` | Comma-separated string of additional components to install, ex. `clippy, rustfmt` | | `components` | Comma-separated string of additional components to install e.g. `clippy, rustfmt` |
## License ## License