From fe8beebeb05b216fccec97260df22e5537909aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 4 Feb 2019 18:22:23 -0500 Subject: [PATCH] minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78c2e22..811ff8f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ packages, you will probably want the following: 1. Run `virtualenv`. - cd /path/to/personalsite && virtualenv ./venv/ + cd /path/to/personal-site && virtualenv ./venv/ 2. Activate the virtualenv.