diff --git a/README.md b/README.md index bbde19b..13fb2b0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ import "github.com/codegangsta/cli" func main() { cli.Name = "greet" cli.Usage = "fight the loneliness!" - cli.Action = func(c cli.Context) { + cli.Action = func(c *cli.Context) { println("Hello friend!") }