From 1b69c3ab9d2404dec44d02954fb5e349fb7807a4 Mon Sep 17 00:00:00 2001 From: Dave Lacy <1942309+davelacy@users.noreply.github.com> Date: Mon, 15 Nov 2021 17:41:49 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b8e9be..9f9fc72 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Calculator.js: a node.js Demonstration Project ============================================== An example node.js project, including tests with mocha, that behaves like -a pocket calculator. testing +a pocket calculator. The project contains a simple node.js application that exposes REST APIs to perform arithmetic on integers, and provides a test suite with mocha