Skip to content

Commit 7c28f46

Browse files
authored
Merge pull request #3 from carnage/fix-readme
Update README.md
2 parents b6ec339 + d6d7d96 commit 7c28f46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Downloads](https://poser.pugx.org/gmostafa/php-graphql-client/downloads)](https:
55
[![Latest Stable
66
Version](https://poser.pugx.org/gmostafa/php-graphql-client/v/stable)](https://packagist.org/packages/gmostafa/php-graphql-client)
77
[![License](https://poser.pugx.org/gmostafa/php-graphql-client/license)](https://packagist.org/packages/gmostafa/php-graphql-client)
8+
[Based on original work by](https://github.com/mghoneimy/php-graphql-client)
89

910
A GraphQL client written in PHP which provides very simple, yet powerful, query
1011
generator classes that make the process of interacting with a GraphQL server a
@@ -29,7 +30,7 @@ There are 3 primary ways to use this package to generate your GraphQL queries:
2930
Run the following command to install the package using composer:
3031

3132
```
32-
$ composer require gmostafa/php-graphql-client
33+
$ composer require carnage/php-graphql-client
3334
```
3435

3536
# Object-to-Query-Mapper Extension

0 commit comments

Comments
 (0)