Skip to content

Commit 7bbefbf

Browse files
committed
Fix run instructions for score example
1 parent c5c4dcc commit 7bbefbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/scores/scores.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 > out.png
14+
// Run like this: go run scores.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)