Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Feb 19, 2016
1 parent dc24847 commit a634b4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -108,15 +108,15 @@ public GsonBuilder getGsonBuilder(GsonBuilder gsonBuilder) {

#####How to change the api key from everywhere?

You can use the setApiKey method.
You can use the ```setApiKey``` method.

```
Twitter.getInstance().setApiKey("9876543210");
```

#####How to add other query parameter
#####How to add other query parameters?

You can override the getHttpUrlBuilder() method from the api client.
You can override the ```getHttpUrlBuilder(HttpUrl.Builder builder)``` method from the api client.

```
@Override
Expand Down

0 comments on commit a634b4d

Please sign in to comment.