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 README.md #206

Closed
xx7y7xx opened this issue Aug 19, 2016 · 2 comments
Closed

Typo in README.md #206

xx7y7xx opened this issue Aug 19, 2016 · 2 comments
Labels

Comments

@xx7y7xx
Copy link
Contributor

xx7y7xx commented Aug 19, 2016

When I run the command below:

$ export GRIPURL=$(PWD)

I came to this error

$ export GRIPURL=$(PWD)
PWD: command not found

So I think PWD should be pwd

$ export GRIPURL=$(pwd)
@joeyespo
Copy link
Owner

Oops, looks that way. Thanks!

Want to open a PR and take the credit for the commit?

@xx7y7xx
Copy link
Contributor Author

xx7y7xx commented Aug 19, 2016

Sure, I will correct it in PR.

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

No branches or pull requests

2 participants