From 35d18e906232e54f5e01be3c527885d8e034ebea Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Thu, 28 Jan 2021 17:00:43 +0530 Subject: [PATCH] it's requests, not request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f1ef61..665d032 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Corsy only works with `Python 3` and has just one dependency: - `requests` -To install this dependency, navigate to Corsy directory and execute `pip3 install request` +To install this dependency, navigate to Corsy directory and execute `pip3 install requests` ### Usage Using Corsy is pretty simple