From 3df170fbf055facb125164037ca455f5b1979109 Mon Sep 17 00:00:00 2001 From: Alec Maier Date: Sun, 3 May 2020 06:16:29 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 866075e..4ec0518 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Run `node server.js` from the root directory, navigate to **localhost:5000** # Testing/Debugging -Use `npm run test` to run unit tests using Jasmine (test coverage is currently being expanded) +Use `npm run test` to run unit tests using Jasmine (test coverage is barebones and is currently being expanded)

To turn on logging at the debug level, add the `debug` argument like so: