Skip to content

Commit fb7b271

Browse files
committed
Complete the move
1 parent 864ab6e commit fb7b271

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Tatter\Heroes
1+
# Heroes SDK
22
PHP SDK for Heroes of the Storm
33

4-
[![](https://github.com/tattersoftware/heroes-sdk-php/workflows/PHPUnit/badge.svg)](https://github.com/tattersoftware/heroes-sdk-php/actions?query=workflow%3A%22PHPUnit)
5-
[![](https://github.com/tattersoftware/heroes-sdk-php/workflows/PHPStan/badge.svg)](https://github.com/tattersoftware/heroes-sdk-php/actions?query=workflow%3A%22PHPStan)
6-
[![Coverage Status](https://coveralls.io/repos/github/tattersoftware/heroes-sdk-php/badge.svg?branch=develop)](https://coveralls.io/github/tattersoftware/heroes-sdk-php?branch=develop)
4+
[![](https://github.com/heroespatchnotes/sdk-php/workflows/PHPUnit/badge.svg)](https://github.com/heroespatchnotes/sdk-php/actions?query=workflow%3A%22PHPUnit)
5+
[![](https://github.com/heroespatchnotes/sdk-php/workflows/PHPStan/badge.svg)](https://github.com/heroespatchnotes/sdk-php/actions?query=workflow%3A%22PHPStan)
6+
[![Coverage Status](https://coveralls.io/repos/github/heroespatchnotes/sdk-php/badge.svg?branch=develop)](https://coveralls.io/github/heroespatchnotes/sdk-php?branch=develop)
77

88
## Installation
99

10-
Install with Composer: `> composer require tatter/heroes-sdk`
10+
Install with Composer: `> composer require heroespatchnotes/sdk`
1111

1212
## Description
1313

14-
`Tatter\Heroes` is an SDK written in PHP to facilitate access to community resources for
14+
`Heroes` is an SDK written in PHP to facilitate access to community resources for
1515
Blizzard's MOBA, **Heroes of the Storm**.
1616

1717
## Game Data

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "heroespatchnotes/sdk-php",
2+
"name": "heroespatchnotes/sdk",
33
"description": "PHP SDK for Heroes of the Storm",
44
"keywords": [
55
"blizzard",

0 commit comments

Comments
 (0)