From 69ea3b09bf45849262bb66891ac65f15fabdcb7f Mon Sep 17 00:00:00 2001 From: Denis Gorbachev Date: Sun, 24 Jan 2016 12:36:29 +0300 Subject: [PATCH] Fix a typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.