Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gigablah committed Aug 22, 2013
1 parent 342f084 commit ccb7d6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Sphinx Search PHP Client
========================

[![Build Status](https://travis-ci.org/gigablah/sphinxphp.png?branch=2.0.x)](https://travis-ci.org/gigablah/sphinxphp) [![Coverage Status](https://coveralls.io/repos/gigablah/sphinxphp/badge.png?branch=2.0.x)](https://coveralls.io/r/gigablah/sphinxphp?branch=2.0.x)

[Sphinx] [1] is an open source full-text search engine.

This project contains a refactored Sphinx PHP client with some minor differences:
Expand All @@ -16,9 +18,8 @@ Installation
Create a `composer.json` file and run `composer install`:

{
"minimum-stability": "alpha",
"require": {
"gigablah/sphinxphp": "2.0.6-alpha"
"gigablah/sphinxphp": "2.0.*"
}
}

Expand Down

0 comments on commit ccb7d6a

Please sign in to comment.