From 1ccd8e9a1ba76e30b547a1baf0e9c6d5ca33aea3 Mon Sep 17 00:00:00 2001 From: Cheng XU Date: Sat, 16 Mar 2024 02:17:17 -0700 Subject: [PATCH] chore: remove extra space in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c35389f..4ce4b65 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Each input is provided as a key inside the `with` section of the action. * `texlive_version` - The version of TeXLive to be used. Supported inputs include 2020, 2021, 2022, 2023, 2024, and latest. By default the latest TeXLive is used. This input cannot co-exist with `docker_image` input. An example to use this input: + The version of TeXLive to be used. Supported inputs include 2020, 2021, 2022, 2023, 2024, and latest. By default the latest TeXLive is used. This input cannot co-exist with `docker_image` input. An example to use this input: ```yaml - uses: xu-cheng/latex-action@v3 with: