From 5acf7a6dd40adb7005aed81c2026918616550373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 11 Oct 2018 12:39:15 -0500 Subject: [PATCH] minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5cdde8..4cab39b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ packages, you will probably want the following: 1. Run `virtualenv`. - cd /path/to/personalsite && virtualenv ./env/ + cd /path/to/personalsite && virtualenv ./venv/ 2. Activate the virtualenv.