Skip to content

Commit

Permalink
Merge branch 'master' of github.com:infinum/thrifty-retrofit-converter
Browse files Browse the repository at this point in the history
  • Loading branch information
Dino Kovač committed Oct 17, 2017
2 parents af0aac1 + 60eb0b3 commit 7eb0577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It supports `Binary` and `Compact` Thrift protocols.

## Usage

Add the library as a dependency yo your `build.gradle` to automatically download it from jcenter.
Add the library as a dependency to your `build.gradle` to automatically download it from jcenter.

```groovy
compile 'co.infinum:retrofit-converter-thrifty:0.9.0'
Expand All @@ -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 All @@ -38,4 +38,4 @@ To deploy a new version to bintray, use `deploy.sh`:

## Contributing

Feedback and code contributions are very much welcome. Just make a pull request with a short description of your changes. By making contributions to this project you give permission for your code to be used under the same [license](LICENSE).
Feedback and code contributions are very much welcome. Just make a pull request with a short description of your changes. By making contributions to this project you give permission for your code to be used under the same [license](LICENSE).

0 comments on commit 7eb0577

Please sign in to comment.