Skip to content

Commit

Permalink
Use example.com in example
Browse files Browse the repository at this point in the history
  • Loading branch information
reisub committed Jul 28, 2017
1 parent f87b3db commit 60eb0b3
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://example.com/api/")
.addConverterFactory(ThriftyConverterFactory.create(ProtocolType.COMPACT))
.build();
```
Expand Down

0 comments on commit 60eb0b3

Please sign in to comment.