From c4e24940f23526f4ffc34d7cb0c0bfa32793d6fb Mon Sep 17 00:00:00 2001 From: Dan <3498629+dan98765@users.noreply.github.com> Date: Mon, 28 May 2018 13:24:46 -0700 Subject: [PATCH] Uppercase 'Graphene' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d4d1fc..3d972fdc 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ You can also run the benchmarks with: py.test graphene --benchmark-only ``` -graphene supports several versions of Python. To make sure that changes do not break compatibility with any of those versions, we use `tox` to create virtualenvs for each python version and run tests with that version. To run against all python versions defined in the `tox.ini` config file, just run: +Graphene supports several versions of Python. To make sure that changes do not break compatibility with any of those versions, we use `tox` to create virtualenvs for each python version and run tests with that version. To run against all python versions defined in the `tox.ini` config file, just run: ```sh tox ```