diff --git a/README.md b/README.md index 6de43a3b..4d90f197 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ GraphQL-core 3 can be installed from PyPI using the built-in pip command: Alternatively, you can also use [pipenv](https://docs.pipenv.org/) for installation in a virtual environment: - pipenv install "graphql-core>=3" + pipenv install "graphql-core>=3<4" ## Usage @@ -237,10 +237,10 @@ The GraphQL-core 3 library by the [GraphQL foundation](https://gql.foundation/join/) Please watch the recording of Lee Byron's short keynote on the -[history of GraphQL](https://www.youtube.com/watch?v=VjHWkBr3tjI) +[history of GraphQL](https://www.youtube.com/watch?v=VjHWkBr3tjI) at the open source leadership summit 2019 to better understand how and why GraphQL was created at Facebook and then became open sourced -and ported to many different programming languages. +and ported to many different programming languages. ## License diff --git a/docs/intro.rst b/docs/intro.rst index 4b708cb7..7be4bf00 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -35,7 +35,7 @@ You can install GraphQL-core 3 using pip_:: You can also install GraphQL-core 3 with pipenv_, if you prefer that:: - pipenv install "graphql-core>=3" + pipenv install "graphql-core>=3<4" Now you can start using GraphQL-core 3 by importing from the top-level :mod:`graphql` package. Nearly everything defined in the sub-packages