Skip to content

Commit

Permalink
Fix library name on Packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
rooxie committed Jun 4, 2019
1 parent 0eaacf0 commit 00494da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ A PHP wrapper for [OMDb](http://www.omdbapi.com/) API with object-oriented appro
## Installation
You can install **omdb-php** using [Composer](https://getcomposer.org/).

It is available on [Packagist](https://packagist.org/) as the [`rooxie/omdb-php`](http://packagist.org/packages/rooxie/omdb) package:
It is available on [Packagist](https://packagist.org/) as the [`rooxie/omdb`](http://packagist.org/packages/rooxie/omdb) package:

```
composer require rooxie/omdb-php
composer require rooxie/omdb
```

## Quickstart
Expand Down

0 comments on commit 00494da

Please sign in to comment.