From 6e1964dde3397a825e79e4607ad57f3f7ca2c7cb Mon Sep 17 00:00:00 2001 From: Lew Blood Date: Fri, 17 Jun 2022 16:17:05 -0400 Subject: [PATCH] Fix spacing issue in README.md example (#48) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fde0261..940a5f5 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Install Node.js + - name: Install Node.js uses: actions/setup-node@v3 with: node-version: 16