From 315ccb94eb569962c712a3e52d223261e94555fd Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Tue, 12 Jun 2018 19:10:18 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4083bd..fd65d51 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ CS-MIC is a .NET library written in C# designed to give developers easy access t ## Usage -CS-MIC follows a few basic rules when interpreting user input, but should prove to be fairly straightforward for most developers. While CS-MIC tries to ensure that the order of operations as far as it knows them (parentheses – powers, multiplication, division – addition, subtraction), there may be instances where formatting fails. If this should be noticed, please report it. +CS-MIC follows a few basic rules when interpreting user input, but should prove to be fairly straightforward for most developers. While CS-MIC tries to ensure that the order of operations as far as it knows them (parentheses – powers, multiplication, division – addition, subtraction), there may be instances where formatting fails. If this should be noticed, please [report it](https://github.com/wagesj45/cs-mic/issues). ### Expression Parsing