fix: use install instead of instal for consistency

This commit is contained in:
karming 2022-08-16 19:21:29 -04:00
parent 023452a09f
commit 0ac4d9397e
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ Also, Graphene is fully compatible with the GraphQL spec, working seamlessly wit
## Installation
For instaling graphene, just run this command in your shell
To install `graphene`, just run this command in your shell
```bash
pip install "graphene>=3.0"

View File

@ -49,7 +49,7 @@ seamlessly with all GraphQL clients, such as
Installation
------------
For instaling graphene, just run this command in your shell
To install `graphene`, just run this command in your shell
.. code:: bash