Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use correct comment character
  • Loading branch information
Danny McCormick authored and GitHub committed Aug 16, 2019
1 parent e336b85 commit ae4917d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -19,8 +19,8 @@ steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v1
with:
python-version: '3.x' // Version range or exact version of a Python version to use, using semvers version range syntax.
architecture: 'x64' // (x64 or x86)
python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax.
architecture: 'x64' # (x64 or x86)
- run: python my_script.py
```

Expand Down

0 comments on commit ae4917d

Please sign in to comment.