From 6bb195efb3e06887301f1752051b30937dc2163c Mon Sep 17 00:00:00 2001 From: Giorgi Dalakishvili Date: Wed, 28 Feb 2024 15:59:32 +0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76ef838..0d4ee52 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Math Expression Evaluator [![NuGet Version](https://buildstats.info/nuget/Math-Expression-Evaluator)](https://www.nuget.org/packages/Math-Expression-Evaluator//) +# Math Expression Evaluator + +[![NuGet Downloads](https://img.shields.io/nuget/dt/Math-Expression-Evaluator?style=for-the-badge)](https://www.nuget.org/packages/Math-Expression-Evaluator/) +[![NuGet Version](https://img.shields.io/nuget/v/Math-Expression-Evaluator?style=for-the-badge)](https://www.nuget.org/packages/Math-Expression-Evaluator/) + Math Expression Evaluator is a library for evaluating simple mathematical expressions. It supports simple expressions such as `2.5+5.9`, `17.89-2.47+7.16`, `5/2/2+1.5*3+4.58`, expressions with parentheses `(((9-6/2)*2-4)/2-6-1)/(2+24/(2+4))` and expressions with variables: