Skip to content

Commit a14a596

Browse files
committed
Update README.md
1 parent 218da2c commit a14a596

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# Unirest for Java [![Build Status][travis-image]][travis-url]
22

3-
[![License][license-image]][license-url]
4-
[![version][maven-version]][maven-url]
5-
[![Gitter][gitter-image]][gitter-url]
3+
[![][unirest-logo]][kong-url]
64

7-
Unirest is a set of lightweight HTTP libraries available in [multiple languages](http://unirest.io), built and maintained by the [Mashape team](https://github.com/Mashape).
85

9-
Do yourself a favor, and start making HTTP requests like this:
6+
Unirest is a set of lightweight HTTP libraries available in [multiple languages](http://unirest.io), built and maintained by the [Mashape team](https://github.com/Mashape) (who also built [Kong](https://github.com/Mashape) the most popular open-source API Gateway). Do yourself a favor, and start making HTTP requests like this:
107

118
```java
129
Unirest.post("http://httpbin.org/post")
@@ -15,6 +12,11 @@ Unirest.post("http://httpbin.org/post")
1512
.asJson()
1613
```
1714

15+
[![License][license-image]][license-url] |
16+
[![version][maven-version]][maven-url] |
17+
[![Gitter][gitter-image]][gitter-url]
18+
19+
1820
## Features
1921

2022
* Make `GET`, `POST`, `PUT`, `PATCH`, `DELETE`, `HEAD`, `OPTIONS` requests
@@ -342,6 +344,9 @@ Unirest.shutdown();
342344

343345
Made with ♥ from the [Mashape](https://www.mashape.com/) team
344346

347+
[unirest-logo]: http://cl.ly/image/2P373Y090s2O/Image%202015-10-12%20at%209.48.06%20PM.png
348+
349+
345350
[license-url]: https://github.com/Mashape/unirest-java/blob/master/LICENSE
346351
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
347352

0 commit comments

Comments
 (0)