Merge pull request #1444 from karmingc/karmingc/readme-typo

fix: use install instead of instal for consistency
This commit is contained in:
Erik Wrede 2022-08-18 09:39:32 +02:00 committed by GitHub
commit 84faf8f57c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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