diff --git a/README.md b/README.md index ce1eba2..c15bd40 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # FanArt TV API -[![Latest Version](https://img.shields.io/github/release/defro/google-streetview.svg?style=flat-square)](https://github.com/defro/google-streetview/releases) +[![Latest Version](https://img.shields.io/github/release/defro/fanart-api.svg?style=flat-square)](https://github.com/defro/fanart-api/releases) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) -[![Build Status](https://img.shields.io/travis/defro/google-streetview/master.svg?style=flat-square)](https://travis-ci.org/defro/google-streetview) -[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/bb4e1360-2e06-4b1f-8c6f-57d99f2dafd9.svg?style=flat-square)](https://insight.sensiolabs.com/projects/bb4e1360-2e06-4b1f-8c6f-57d99f2dafd9) -[![StyleCI](https://styleci.io/repos/156726302/shield)](https://styleci.io/repos/156726302) -[![Total Downloads](https://img.shields.io/packagist/dt/defro/google-streetview.svg?style=flat-square)](https://packagist.org/packages/defro/google-streetview) +[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/5d86f539-e1f9-4eb1-9c70-907a68aa8e9b.svg?style=flat-square)](https://insight.sensiolabs.com/projects/5d86f539-e1f9-4eb1-9c70-907a68aa8e9b) +[![Total Downloads](https://img.shields.io/packagist/dt/defro/fanart-api.svg?style=flat-square)](https://packagist.org/packages/defro/fanart-api) This package can get move, tv series, music image from [fanart.tv](https://fanart.tv). Here's a quick example: @@ -14,7 +12,7 @@ $client = new \GuzzleHttp\Client(); $fanArt = new Defro\FanArt\Api($client); $images = $fanArt ->setApiKey('YOUR_FANART_API_KEY') - ->getMovieImages(857) // Saving Private Ryan + ->getMovieImages(857) // The Movie DB ID of Saving Private Ryan ; ``` diff --git a/composer.json b/composer.json index dbf27fd..25168c5 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "defro/fanart-api", "description": "FanArt API library", "type": "library", - "homepage": "https://github.com/defro/google-streeview", + "homepage": "https://github.com/defro/fanart-api", "keywords": [ "fanart",