From 6bd8cc13fbcea3f1b5c54e6f0cf93b1305878923 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Wed, 23 Jan 2019 17:00:37 -0500 Subject: [PATCH] Fix snippets --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67786cf..e1e0b5c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ - Clone the repo. - `cd snippets` -- `python3 -m venv ~/.virtualenvs/snipt` -- `source ~/.virtualenvs/snipt/bin/activate` +- `python3 -m venv ~/.virtualenvs/snippets` +- `source ~/.virtualenvs/snippets/bin/activate` - `pip install -r requirements.txt` - `brew install postgresql` - `brew services start postgresql`