diff --git a/README.md b/README.md index e352d11..d5800f4 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ This is an option that is attached automatically to any command and enables you So for example let's assume you make this call: ``` -commandcar facebook.get_user --accees_token 123456 --ret first_name +commandcar facebook.get_user --access_token 123456 --ret first_name ``` Now let's assume that the API response is: @@ -167,4 +167,4 @@ Then the output would be simply `John` instead of the entire json. # Gitter -We're on [gitter](https://gitter.im/tikalk/commandcar) if you want to talk with us. \ No newline at end of file +We're on [gitter](https://gitter.im/tikalk/commandcar) if you want to talk with us.