Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
=====
Expand All @@ -22,4 +22,4 @@ var_dump($movie);
echo json_encode($movie);
```

See ./tests/ directory for more examples
See ./tests/ directory for more examples
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -16,4 +16,4 @@
"url": "https://github.com/arsonik/imdb-client"
}
]
}
}