From 4d5ca460872c2235848032e89effe609e89cf6e2 Mon Sep 17 00:00:00 2001 From: androiddrew Date: Tue, 7 Nov 2017 13:40:05 -0500 Subject: [PATCH] corrected README.md code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f72e8a..52d3168 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ $ cd $ python -m venv env $ source env/bin/activate $ pip install -r requirements - +``` #### Run tests ``` $ pytest -v