Skip to content

Commit 84faf8f

Browse files
authored
Merge pull request #1444 from karmingc/karmingc/readme-typo
fix: use install instead of instal for consistency
2 parents 023452a + 0ac4d93 commit 84faf8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Also, Graphene is fully compatible with the GraphQL spec, working seamlessly wit
2828

2929
## Installation
3030

31-
For instaling graphene, just run this command in your shell
31+
To install `graphene`, just run this command in your shell
3232

3333
```bash
3434
pip install "graphene>=3.0"

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ seamlessly with all GraphQL clients, such as
4949
Installation
5050
------------
5151

52-
For instaling graphene, just run this command in your shell
52+
To install `graphene`, just run this command in your shell
5353

5454
.. code:: bash
5555

0 commit comments

Comments
 (0)