Skip to content
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Che Kun committed May 15, 2014
1 parent ee15325 commit e5678b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# php wrapper for [httpsqs](http://code.google.com/p/httpsqs/)

[![Build Status](https://travis-ci.org/chekun/httpsqs.svg?branch=master)](https://travis-ci.org/chekun/httpsqs)

# How to use

```php
Expand All @@ -17,4 +19,4 @@
$queue->reset();
//set queue max length
$queue->maxQueue($length = 10000);
```
```

0 comments on commit e5678b4

Please sign in to comment.