From 27e6c977122f1524cd2474f927d34c51ac4d0a7e Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Sat, 20 Jun 2020 21:30:56 -0500 Subject: [PATCH] Update README.md Giving perspective user's a better idea of what the application is and what it does. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca7fb27..2bccb26 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # advanced-calculator -A free-form calculator that uses CS-MIC to parse and process expressions. +A free-form calculator that uses [CS-MIC](https://github.com/wagesj45/cs-mic) to parse and process expressions. + +![SCREEN_SHOT](screen_shot.png?raw=true "Advanced Calculator Screen Shot") + +--- + +For information on what expressions are possible, please see the [CS-MIC Usage Documentation](http://cs-mic.com/usage/).