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