Skip to content

Commit b7935f7

Browse files
committed
Update README file
1 parent 0270754 commit b7935f7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@ a query language for APIs created by Facebook.
1212

1313
The current version 3.2.6 of GraphQL-core is up-to-date with GraphQL.js version 16.8.2.
1414

15-
An extensive test suite with over 2300 unit tests and 100% coverage comprises a
15+
An extensive test suite with over 2500 unit tests and 100% coverage comprises a
1616
replication of the complete test suite of GraphQL.js, making sure this port is
1717
reliable and compatible with GraphQL.js.
1818

19-
Note that for various reasons, GraphQL-core does not use SemVer like GraphQL.js. Increases in the major version of GraphQL.js are reflected in the minor version of GraphQL-core instead. This means there can be breaking changes in the API when the minor version changes, and only patch releases are fully backward compatible. Therefore, we recommend something like `=~ 3.2.0` as version specifier when including GraphQL-core as a dependency.
19+
Note that for various reasons, GraphQL-core does not use SemVer like GraphQL.js.
20+
Changes in the major version of GraphQL.js are reflected in the minor version of
21+
GraphQL-core instead. This means there can be breaking changes in the API
22+
when the minor version changes, and only patch releases are fully backward compatible.
23+
Therefore, we recommend using something like `~= 3.2.0` as the version specifier
24+
when including GraphQL-core as a dependency.
2025

2126

2227
## Documentation
@@ -48,8 +53,8 @@ GraphQL-core 3 can be installed from PyPI using the built-in pip command:
4853

4954
python -m pip install graphql-core
5055

51-
You can also use [poetry](https://github.com/python-poetry/poetry) for installation in a
52-
virtual environment:
56+
You can also use [poetry](https://github.com/python-poetry/poetry) for installation
57+
in a virtual environment:
5358

5459
poetry install
5560

0 commit comments

Comments
 (0)