Skip to content

Commit

Permalink
fixing typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeximenes committed Jul 2, 2015
1 parent b4e25f4 commit 00e4902
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All wrappers made with tapioca follow a simple interaction pattern that works un

## Getting started

We will use ```tapioca-facebook``` as example to gide us through tapioca concepts.
We will use ```tapioca-facebook``` as example to guide us through tapioca concepts.
Lets install ```tapioca-facebook```:
```
pip install tapioca-facebook
Expand All @@ -20,7 +20,8 @@ To better experience tapioca, we will also use iPython:
```
pip install ipython
```
Lets explore!!
Lets explore!

Go to [https://developers.facebook.com/tools/explorer/](https://developers.facebook.com/tools/explorer/), click "Get Access Token", select all "User Data Permissions" and "Extended Permissions" and click "Get Access Token". This will give you an teporary access token to play with Facebook API. In case it expires, just generate a new one.

## TapiocaClient object
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: Tapio-Wrapper
site_name: Tapioca-Wrapper
pages:
- Home: index.md
- About: about.md
Expand Down

0 comments on commit 00e4902

Please sign in to comment.