From 76ddd67c901a5e13e8700d21446a0187aa22c689 Mon Sep 17 00:00:00 2001 From: Pure Krome Date: Wed, 24 Nov 2021 00:56:22 +1100 Subject: [PATCH] Fix a space in the documentation (#248) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba94f92..7e16187 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Multiple versions: steps: - name: Setup dotnet - uses: actions/checkout@v2 -- uses: actions/setup-dotnet@v1 +- uses: actions/setup-dotnet@v1 with: dotnet-version: | 3.1.x