Skip to content

Commit ae4917d

Browse files
author
Danny McCormick
authored
Use correct comment character
1 parent e336b85 commit ae4917d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ steps:
1919
- uses: actions/checkout@master
2020
- uses: actions/setup-python@v1
2121
with:
22-
python-version: '3.x' // Version range or exact version of a Python version to use, using semvers version range syntax.
23-
architecture: 'x64' // (x64 or x86)
22+
python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax.
23+
architecture: 'x64' # (x64 or x86)
2424
- run: python my_script.py
2525
```
2626

0 commit comments

Comments
 (0)