From 8ac5929ae199164f3a96a6f7a53c177a87018f43 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Mon, 15 Jun 2020 11:23:17 -0400 Subject: [PATCH] Fix typo in README (#5468) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a20c65a2f..aa32356a79 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Requests is ready for the demands of building robust and reliable HTTP–speak a Requests Module Installation ---------------------------- -The recommended way to intall the `requests` module is to simply use [`pipenv`](https://pipenv.kennethreitz.org) (or `pip`, of +The recommended way to install the `requests` module is to simply use [`pipenv`](https://pipenv.kennethreitz.org) (or `pip`, of course): ```console