Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in Basics section of the README #17

Closed
jorisroovers opened this issue Oct 8, 2015 · 1 comment
Closed

Typo in Basics section of the README #17

jorisroovers opened this issue Oct 8, 2015 · 1 comment

Comments

@jorisroovers
Copy link
Contributor

This is really a nitpick, but the README states

cp = cli.App("cp", "Copy files around")

There is a colon missing in this assignment. Code needs to be:

cp := cli.App("cp", "Copy files around"
@jawher
Copy link
Owner

jawher commented Oct 8, 2015

@jorisroovers Thanks for noticing the error.

It's a trivial fix, do you want to create a pull request ? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants