Skip to content

Commit b49a4b8

Browse files
authored
Updated readme
1 parent 0e15361 commit b49a4b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# PHP IMDB API
22

3-
[![Build Status](https://travis-ci.org/hmerritt/php-imdb-api.svg?branch=master)](https://travis-ci.org/hmerritt/php-imdb-api) [![Coverage Status](https://coveralls.io/repos/github/hmerritt/php-imdb-api/badge.svg?branch=master)](https://coveralls.io/github/hmerritt/php-imdb-api?branch=master)
3+
[![Latest Stable Version](https://poser.pugx.org/hmerritt/imdb-api/v/stable)](https://packagist.org/packages/hmerritt/imdb-api)
4+
[![Build Status](https://travis-ci.org/hmerritt/php-imdb-api.svg?branch=master)](https://travis-ci.org/hmerritt/php-imdb-api)
5+
[![Coverage Status](https://coveralls.io/repos/github/hmerritt/php-imdb-api/badge.svg?branch=master)](https://coveralls.io/github/hmerritt/php-imdb-api?branch=master)
46

57
PHP IMDB-API that can fetch film data and search results.
68

@@ -21,7 +23,7 @@ $ composer require hmerritt/imdb-api
2123
```php
2224
// Assuming you installed from Composer:
2325
require "vendor/autoload.php";
24-
use hmerritt\Imdb\Imdb;
26+
use hmerritt\Imdb;
2527

2628
$imdb = new Imdb;
2729

0 commit comments

Comments
 (0)