From 46893a442f91a6a7473e9f34b915d6b929a06823 Mon Sep 17 00:00:00 2001 From: svartalf Date: Sun, 29 Sep 2019 00:38:21 +0300 Subject: [PATCH] Update README.md Pretty aligning requirement marker in the inputs table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec76459..4e0f892 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ See [additional recipes here](https://github.com/actions-rs/meta). ## Inputs | Name | Required | Description | Type | Default | -| ------------| -------- | -------------------------------------------------------------------------| ------ | --------| +| ------------| :------: | -------------------------------------------------------------------------| ------ | --------| | `command` | ✓ | Cargo command to run, ex. `check` or `build` | string | | | `toolchain` | | Rust toolchain name to use | string | | | `args` | | Arguments for the cargo command | string | |