Skip to content

Commit b573ee2

Browse files
committed
Improve Readme
1 parent 8112d26 commit b573ee2

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
ElasticsearchServiceProvider
2-
============================
1+
# ElasticsearchServiceProvider [![Build Status](https://travis-ci.org/xmarcos/ElasticsearchServiceProvider.svg?branch=master)](https://travis-ci.org/xmarcos/ElasticsearchServiceProvider)
32

43
A [Silex](https://github.com/silexphp/Silex) Service Provider for the official [Elasticsearch Client](https://github.com/elasticsearch/elasticsearch-php).
54

5+
## Installation
6+
7+
```json
8+
{
9+
"require": {
10+
"xmarcos/elasticsearch-service-provider": "dev-master"
11+
}
12+
}
13+
```
14+
615
## Usage
716

817
```php
@@ -22,6 +31,6 @@ $app->register(new ElasticsearchServiceProvider(), [
2231
$app['elasticsearch']->ping();
2332
```
2433

25-
##License
34+
## License
2635

2736
MIT License

0 commit comments

Comments
 (0)