Skip to content

Commit 46477c7

Browse files
committed
Added entry about graphql.org in the README + minor README tweaks
1 parent 524a01a commit 46477c7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
[![Latest Stable Version](https://poser.pugx.org/webonyx/graphql-php/version)](https://packagist.org/packages/webonyx/graphql-php)
55
[![License](https://poser.pugx.org/webonyx/graphql-php/license)](https://packagist.org/packages/webonyx/graphql-php)
66

7-
This is a PHP port of GraphQL reference implementation based on the [specification](https://github.com/facebook/graphql)
8-
and the [reference implementation in JavaScript](https://github.com/graphql/graphql-js).
9-
10-
This implementation follows JavaScript version as close as possible until GraphQL itself stabilizes.
7+
This is a PHP implementation of the GraphQL [specification](https://github.com/facebook/graphql)
8+
based on the [reference implementation in JavaScript](https://github.com/graphql/graphql-js).
119

1210
## Installation
1311
Via composer:
@@ -19,6 +17,9 @@ composer require webonyx/graphql-php
1917
Full documentation is available on the [Documentation site](http://webonyx.github.io/graphql-php/) as well
2018
as in the [docs](docs/) folder of the distribution.
2119

20+
If you don't know what GraphQL is, visit this [official website](http://graphql.org)
21+
by the Facebook engineering team.
22+
2223
## Examples
2324
There are several ready examples in the [examples](examples/) folder of the distribution with specific
2425
README file per example.

0 commit comments

Comments
 (0)