Skip to content

Commit

Permalink
doc: fix indent in usage example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Oct 5, 2017
1 parent b24b66c commit f4b3b91
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 @@ -65,7 +65,7 @@ func main() {
inputs = append(inputs, line)
fmt.Println("OK, go on")
}
fmt.Println("Time is up")
fmt.Println("Time is up")

// Print something to stdout in a format specified by the user.
fmt.Println("Your inputs were:")
Expand Down

0 comments on commit f4b3b91

Please sign in to comment.