Skip to content

Commit 4ab23d0

Browse files
authored
Merge pull request dotnet-script#251 from Sankra/master
Changed position of debug/release configuration
2 parents 5e06dc4 + 48dc00a commit 4ab23d0

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
@@ -416,7 +416,7 @@ There are however situations where we might need to execute a script that is com
416416
We can specify this when executing the script.
417417

418418
```shell
419-
dotnet script -c release foo.csx
419+
dotnet script foo.csx -c release
420420
```
421421

422422
## Team

0 commit comments

Comments
 (0)