From 9b59babd185114f1734cd907e1e115cef7b5ac13 Mon Sep 17 00:00:00 2001 From: Jeffrey Linwood Date: Mon, 14 Nov 2016 10:43:51 -0600 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 376dd06..7e46142 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ We need to set up your Python environment. Install `virtualenv` via `pip`: pip install virtualenv ``` -Next, we need to install our depenedencies: +Next, we need to install our dependencies: ```bash virtualenv venv