Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushs92 committed Dec 10, 2017
1 parent c1546b8 commit d5fc460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Linode4j uses OkHttp3 underneath. You can pass your instance of `OkHttpClient` i

```java

final String oauthToken = "YOUR_TOKEN";inal String oauthToken = "YOUR_TOKEN";
final String oauthToken = "YOUR_TOKEN";
final OkHttpClient okHttpClient = new OkHttpClient().newBuilder()
.readTimeout(5, TimeUnit.SECONDS)
.connectionPool(new ConnectionPool(5,5,TimeUnit.MINUTES))
Expand Down

0 comments on commit d5fc460

Please sign in to comment.