Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
reisub committed Jul 18, 2017
1 parent 5e342b6 commit f87b3db
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 @@ -20,7 +20,7 @@ compile 'co.infinum:retrofit-converter-thrifty:0.9.0'

```java
Retrofit retrofit = new Retrofit.Builder()
.baseUrl("https:your.server.com/api/")
.baseUrl("https://your.server.com/api/")
.addConverterFactory(ThriftyConverterFactory.create(ProtocolType.COMPACT))
.build();
```
Expand Down

0 comments on commit f87b3db

Please sign in to comment.