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/).