From 5a0b7437f411cce7eb85156f44c13a788c2a54e1 Mon Sep 17 00:00:00 2001 From: Aman Abhishek Tiwari Date: Mon, 2 Oct 2017 16:59:16 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d913ef..0efb47c 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ The unit tests are located in the ### Running Unit Tests To run the unit tests, enter the following commands -``` +```bash $ cd path/to/the/DG_Maxwell/repo $ pytest --verbose -r P --color=yes ```