From 0ac4d9397e394b3dfcde981b6e5ec654caed6ab6 Mon Sep 17 00:00:00 2001 From: karming Date: Tue, 16 Aug 2022 19:21:29 -0400 Subject: [PATCH] fix: use install instead of instal for consistency --- README.md | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7714e33..897ea529 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/README.rst b/README.rst index 3fb51df2..a38b9376 100644 --- a/README.rst +++ b/README.rst @@ -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