Update README.md

Giving perspective user's a better idea of what the application is and what it does.
This commit is contained in:
Jordan Wages 2020-06-20 21:30:56 -05:00 committed by GitHub
commit 27e6c97712
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,8 @@
# advanced-calculator # 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/).