From 45de5ddba67f7c1588318d2af2946273a29c5b46 Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Thu, 20 Jun 2019 16:35:19 -0500 Subject: [PATCH] Remove errant quote from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc50348..477fbdd 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Using Docker: Interactively debug the tests ``` - docker-compose run test bash` + docker-compose run test bash iex -S mix test mix test --only wip ```