diff --git a/README.md b/README.md index 5c83df6..fe4652c 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ app.Commands = []cli.Command{ return } for _, t := range tasks { - println(t) + fmt.Println(t) } }, }