diff --git a/README.md b/README.md index dee2eac..7e0f9c4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ imdb-client [![Build Status](https://travis-ci.org/arsonik/imdb-client.png?branch=master)](https://travis-ci.org/arsonik/imdb-client) =========== -IMDb PHP Scrapper, psr-0 +IMDb PHP Scraper, psr-0 Usage ===== @@ -22,4 +22,4 @@ var_dump($movie); echo json_encode($movie); ``` -See ./tests/ directory for more examples \ No newline at end of file +See ./tests/ directory for more examples diff --git a/composer.json b/composer.json index 04d0ec1..623c909 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "arsonik/imdb-client", - "description": "IMDb Scrapper. PSR-0", + "description": "IMDb Scraper. PSR-0", "keywords": [ "imdb", "movie" ], "require": { "electrolinux/phpquery": "dev-master" @@ -16,4 +16,4 @@ "url": "https://github.com/arsonik/imdb-client" } ] -} \ No newline at end of file +}