Skip to content

Commit d3ed165

Browse files
committed
Small updates to documentation
1 parent dba695b commit d3ed165

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
@@ -7,13 +7,14 @@ of a GraphQL server.
77
[![Build Status](https://travis-ci.org/ivome/graphql-relay-php.svg?branch=master)](https://travis-ci.org/ivome/graphql-relay-php)
88
[![Coverage Status](https://coveralls.io/repos/github/ivome/graphql-relay-php/badge.svg?branch=master)](https://coveralls.io/github/ivome/graphql-relay-php?branch=master)
99

10-
*Note: The code is a __exact__ port of the original [graphql-relay js implementation](https://github.com/graphql/graphql-relay-js)
11-
from Facebook* (With some minor PHP related adjustments)
10+
*Note: The code is a port of the original [graphql-relay js implementation](https://github.com/graphql/graphql-relay-js)
11+
from Facebook* (With some minor PHP related adjustments and extensions)
1212

1313
## Current Status:
1414

15-
The basic functionality with most of the helper functions is in place along with the tests. Only the asynchronous functionality
16-
was not yet ported due to the limitations of PHP. See also discussions [here](https://github.com/ivome/graphql-relay-php/issues/1) and [here](https://github.com/webonyx/graphql-php/issues/9)
15+
The basic functionality with the helper functions is in place along with the tests. Only the asynchronous functionality
16+
was not yet ported due to the limitations of PHP.
17+
See also discussions [here](https://github.com/ivome/graphql-relay-php/issues/1) and [here](https://github.com/webonyx/graphql-php/issues/42)
1718

1819
## Getting Started
1920

0 commit comments

Comments
 (0)