Skip to content

Commit

Permalink
Use correct comment character
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny McCormick authored and GitHub committed Aug 16, 2019
1 parent fe9489d commit e6a15e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '2.2.103' // SDK Version to use.
dotnet-version: '2.2.103' # SDK Version to use.
- run: dotnet build <my project>
```
Expand Down

0 comments on commit e6a15e9

Please sign in to comment.