From d411ea5aed745c7baed36694e0c777f3f3767a3d Mon Sep 17 00:00:00 2001 From: Micael Jarniac Date: Tue, 5 Oct 2021 18:33:03 -0300 Subject: [PATCH] Fix consistency Line 48 is now consistent with line 72 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d17ab9a6..ba6bab26d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ jobs: name: Python ${{ matrix.python-version }} sample steps: - uses: actions/checkout@v2 - - name: Setup python + - name: Set up Python uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }}