Skip to content

Update documentation #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 --pre "graphql-core>=3a"


## Usage
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 --pre "graphql-core>=3a"

Now you can start using GraphQL-core 3 by importing from the top-level
:mod:`graphql` package. Nearly everything defined in the sub-packages
Expand Down