From a634b4dbc3b088d3aa97e5421aa115adbde2c986 Mon Sep 17 00:00:00 2001 From: fabianterhorst Date: Fri, 19 Feb 2016 21:59:16 +0100 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31753e4..57b8f66 100644 --- a/README.md +++ b/README.md @@ -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