From 8a3ba7a321e81ad6cb0b907e918ca1725a6cfcd0 Mon Sep 17 00:00:00 2001 From: Michael Tom Date: Tue, 28 Nov 2017 21:02:53 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 639d70e..4e0b01d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A [Django](https://www.djangoproject.com/) integration for [Graphene](http://gra ## Installation -For instaling graphene, just run this command in your shell +For installing graphene, just run this command in your shell ```bash pip install "graphene-django>=2.0" From 3aeee3af3ddeb90f90061c7ff5fc0d4f8dfca133 Mon Sep 17 00:00:00 2001 From: Michael Tom Date: Tue, 28 Nov 2017 21:04:08 -0500 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c19b802..a96e60f 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ A `Django `__ integration for Installation ------------ -For instaling graphene, just run this command in your shell +For installing graphene, just run this command in your shell .. code:: bash