From 9abb15de6668b4fb40786cae2eb00d69ae574a58 Mon Sep 17 00:00:00 2001 From: Jan Boockmann Date: Thu, 31 Jan 2019 17:45:47 +0100 Subject: [PATCH] refined README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 893c065..7ee8fa6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ a searchable list of existing markdown files from CodiMD, i.e., [https://hackmd. ## Testing locally -Execute `docker build . --tag codimd; docker run -p 5000:5000 --env TESTING=True codimd` to run the app in testing mode locally. No database credentials are required for test +Execute `docker build . --tag codimd; docker run -p 5000:5000 --env TESTING=True codimd` to run the app in testing mode locally. No database credentials are required during testing mode; test data is read from a local file. ### Open issues