From 9b706c1e979f45bec6c0284dc586a299bfde7a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ed=C5=BEa?= Date: Wed, 9 Jan 2013 15:49:00 +0200 Subject: [PATCH] Update README.md misspelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64fdded..3485fac 100755 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Unzip the resulting file, and continue to read this document. Before you can run the bot, you need to install a few Python dependencies. These can be installed with `pip` (The Python package manager): - [sudo] pip install -r requreiments.txt + [sudo] pip install -r requirements.txt #### How to install `pip`