Skip to content

Commit f20fbc1

Browse files
committed
Update README.md
1 parent 32da27d commit f20fbc1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# Blizzard API PHP Client
22
API client for Blizzard API written in PHP. [Blizzard API Documentation](https://dev.battle.net/io-docs)
33

4-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/LogansUA/blizzard-api-client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/LogansUA/blizzard-api-client/?branch=master)
5-
[![Build Status](https://scrutinizer-ci.com/g/LogansUA/blizzard-api-client/badges/build.png?b=master)](https://scrutinizer-ci.com/g/LogansUA/blizzard-api-client/build-status/master)
6-
[![Latest Stable Version](https://poser.pugx.org/logansua/blizzard-api-client/v/stable)](https://packagist.org/packages/logansua/blizzard-api-client)
7-
[![Total Downloads](https://poser.pugx.org/logansua/blizzard-api-client/downloads)](https://packagist.org/packages/logansua/blizzard-api-client)
8-
[![License](https://poser.pugx.org/logansua/blizzard-api-client/license)](https://packagist.org/packages/logansua/blizzard-api-client)
4+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/LogansUA/blizzard-api-php-client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/LogansUA/blizzard-api-php-client/?branch=master)
5+
[![Build Status](https://scrutinizer-ci.com/g/LogansUA/blizzard-api-php-client/badges/build.png?b=master)](https://scrutinizer-ci.com/g/LogansUA/blizzard-api-php-client/build-status/master)
6+
[![Latest Stable Version](https://poser.pugx.org/logansua/blizzard-api-php-client/v/stable)](https://packagist.org/packages/logansua/blizzard-api-php-client)
7+
[![Total Downloads](https://poser.pugx.org/logansua/blizzard-api-php-client/downloads)](https://packagist.org/packages/logansua/blizzard-api-php-client)
8+
[![License](https://poser.pugx.org/logansua/blizzard-api-php-client/license)](https://packagist.org/packages/logansua/blizzard-api-php-client)
99
[![Dependency Status](https://www.versioneye.com/user/projects/5503fd1a4a1064f144000002/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5503fd1a4a1064f144000002)
1010
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/b103523d-7f46-4c74-94f9-cf41462b298a/mini.png)](https://insight.sensiolabs.com/projects/b103523d-7f46-4c74-94f9-cf41462b298a)
1111

1212
## Installation
1313
### Method 1
1414
```
15-
php composer.phar require logansua/blizzard-api-client
15+
php composer.phar require logansua/blizzard-api-php-client
1616
```
1717
This command requires you to have Composer installed globally, as explained
1818
in the [Composer documentation](https://getcomposer.org/doc/00-intro.md).
1919
### Method 2
2020
```
21-
git clone https://github.com/LogansUA/blizzard-api-client.git
21+
git clone https://github.com/LogansUA/blizzard-api-php-client.git
2222
```
2323

2424
## List of available API services
@@ -27,4 +27,4 @@ git clone https://github.com/LogansUA/blizzard-api-client.git
2727
* Starcraft ([example](https://github.com/LogansUA/blizzard-api-php-client/blob/master/examples/StarcraftExample.php))
2828

2929
## License
30-
This software is published under the [MIT License](https://github.com/LogansUA/blizzard-api-client/blob/master/LICENSE)
30+
This software is published under the [MIT License](https://github.com/LogansUA/blizzard-api-php-client/blob/master/LICENSE)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "logansua/blizzard-api-client",
3-
"description": "API client for blizzard api",
2+
"name": "logansua/blizzard-api-php-client",
3+
"description": "API client for blizzard API written in PHP",
44
"keywords": ["blizzard", "world of warcraft", "api", "client"],
55
"minimum-stability": "dev",
66
"type": "library",

0 commit comments

Comments
 (0)