Skip to content

Commit 23dbc54

Browse files
Fix consistency in README (actions#250)
1 parent 2ac3ea2 commit 23dbc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: Python ${{ matrix.python-version }} sample
4646
steps:
4747
- uses: actions/checkout@v2
48-
- name: Setup python
48+
- name: Set up Python
4949
uses: actions/setup-python@v2
5050
with:
5151
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)