From 52636cf49aeef8753e61f027f11758ed8a3e9f77 Mon Sep 17 00:00:00 2001 From: Micael Jarniac Date: Fri, 12 Nov 2021 12:22:20 -0300 Subject: [PATCH] Fix consistency in README (#250) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d17ab9..ba6bab2 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 }}