From 6bb546d66e639f9364a232811d05ae31df025e04 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Fri, 1 May 2020 13:59:28 +0300 Subject: [PATCH] fix readme layout --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9110ea0..40f29df 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ The list of all available versions can be found in [virtual-environments](https: | Argument | Description | Format | |-------------------------|--------------------------|--------------------| | `xcode-version` | Specify the Xcode version to use | `latest` keyword or any [semver](https://semver.org/) string | + **Examples:** `latest`, `10`, `11.4`, `11.4.0`, `^11.4.0` # Usage @@ -30,4 +31,4 @@ jobs: ``` # License -The scripts and documentation in this project are released under the [MIT License](LICENSE) \ No newline at end of file +The scripts and documentation in this project are released under the [MIT License](LICENSE)