From 0179615243f6bb8dbca6101cb122b15f180e144a Mon Sep 17 00:00:00 2001
From: David Tolnay <dtolnay@gmail.com>
Date: Sun, 13 Feb 2022 19:43:00 -0800
Subject: [PATCH] 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.
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 76c190e..33192d0 100644
--- a/README.md
+++ b/README.md
@@ -30,9 +30,9 @@ All inputs are optional.
 
 | Name         | Description                                                                                                                        |
 | ------------ | -----------------------------------------------------------------------------------------------------------------------------------|
-| `toolchain`  | Rustup toolchain specifier, ex. `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`                                                                 |
-| `components` | Comma-separated string of additional components to install, ex. `clippy, rustfmt`                                                  |
+| `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 e.g. `wasm32-unknown-unknown`                                                                 |
+| `components` | Comma-separated string of additional components to install e.g. `clippy, rustfmt`                                                  |
 
 ## License