Skip to content

Commit 42320b0

Browse files
committed
Fix run instructions for print-scores example
1 parent ecc1d45 commit 42320b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/print-scores/printscores.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
ex "github.com/markus-wa/demoinfocs-golang/examples"
1212
)
1313

14-
// Run like this: go run scores.go -demo /path/to/demo.dem
14+
// Run like this: go run printscores.go -demo /path/to/demo.dem
1515
func main() {
1616
f, err := os.Open(ex.DemoPathFromArgs())
1717
defer f.Close()

0 commit comments

Comments
 (0)