From 8176f42f8be2c76ccb7236c3999db63a354366ed Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 7 Oct 2021 23:33:39 -0400 Subject: [PATCH] Add screenshot to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f45013e..4cebeca 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,14 @@ jobs: name: cargo expand runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - uses: dtolnay/install@master with: crate: cargo-expand - run: cargo expand --help ``` + + ## Inputs | Name | Required | Description |