From e362fe01ec864e6d3363f750a2309aa1dd407a72 Mon Sep 17 00:00:00 2001 From: Nijiko Yonskai Date: Thu, 1 May 2014 12:54:50 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a35e297..ffff4a9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -
-**To the community**: At this time Unirest-PHP only support syncronous requests, and I would really love to implement asynchronous support. If you guys have any feedback or ideas please comment on issue #23. -
- # Unirest for PHP [![Build Status](https://api.travis-ci.org/Mashape/unirest-php.png)](https://travis-ci.org/Mashape/unirest-php) Unirest is a set of lightweight HTTP libraries available in multiple languages, ideal for most applications: @@ -16,6 +12,12 @@ Unirest is a set of lightweight HTTP libraries available in multiple languages, Created with love by [thefosk](https://github.com/thefosk) @ [mashape.com](https://mashape.com) +--- + +**To the community**: At this time Unirest-PHP only support syncronous requests, and I would really love to implement asynchronous support. If you guys have any feedback or ideas please comment on issue #23. + +--- + ### Install with Composer If you're using [Composer](https://github.com/composer/composer) to manage dependencies, you can add Unirest with it.