Skip to content

Commit

Permalink
update readme (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
KovtunV authored Jul 21, 2024
1 parent 2b83820 commit 6959fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Fast low memory consuming mathematical evaluation without endless string parsing! Parses string formula once and uses its object sequence in each evaluation. Moreover provides user defined functions and variables. <br/>
[![Build Status](https://github.com/KovtunV/NoStringEvaluating/actions/workflows/project.yml/badge.svg?branch=master&event=push)](https://github.com/KovtunV/NoStringEvaluating/actions/workflows/project-build.yml) [![NuGet version](https://img.shields.io/nuget/v/NoStringEvaluating.svg?style=flat-square)](https://www.nuget.org/packages/NoStringEvaluating) [![NuGet Download](https://img.shields.io/nuget/dt/NoStringEvaluating.svg?style=flat-square)](https://www.nuget.org/packages/NoStringEvaluating) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Good%20expression%20evaluator,%20take%20a%20look!&url=https://github.com/KovtunV/NoStringEvaluating&hashtags=expression,evaluator,math,formula)
[![Build Status](https://github.com/KovtunV/NoStringEvaluating/actions/workflows/project-build.yml/badge.svg?branch=master&event=push)](https://github.com/KovtunV/NoStringEvaluating/actions/workflows/project-build.yml) [![NuGet version](https://img.shields.io/nuget/v/NoStringEvaluating.svg?style=flat-square)](https://www.nuget.org/packages/NoStringEvaluating) [![NuGet Download](https://img.shields.io/nuget/dt/NoStringEvaluating.svg?style=flat-square)](https://www.nuget.org/packages/NoStringEvaluating) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Good%20expression%20evaluator,%20take%20a%20look!&url=https://github.com/KovtunV/NoStringEvaluating&hashtags=expression,evaluator,math,formula)
<br/>

Microsoft.Extensions.DependencyInjection <br/>
[![Build Status](https://github.com/KovtunV/NoStringEvaluating/actions/workflows/project.yml/badge.svg?branch=master&event=push)](https://github.com/KovtunV/NoStringEvaluating/actions/workflows/project-build.yml) [![NuGet version](https://img.shields.io/nuget/v/NoStringEvaluating.Extensions.Microsoft.DependencyInjection.svg?style=flat-square)](https://www.nuget.org/packages/NoStringEvaluating.Extensions.Microsoft.DependencyInjection) [![NuGet Download](https://img.shields.io/nuget/dt/NoStringEvaluating.Extensions.Microsoft.DependencyInjection.svg?style=flat-square)](https://www.nuget.org/packages/NoStringEvaluating.Extensions.Microsoft.DependencyInjection)
[![Build Status](https://github.com/KovtunV/NoStringEvaluating/actions/workflows/project-build.yml/badge.svg?branch=master&event=push)](https://github.com/KovtunV/NoStringEvaluating/actions/workflows/project-build.yml) [![NuGet version](https://img.shields.io/nuget/v/NoStringEvaluating.Extensions.Microsoft.DependencyInjection.svg?style=flat-square)](https://www.nuget.org/packages/NoStringEvaluating.Extensions.Microsoft.DependencyInjection) [![NuGet Download](https://img.shields.io/nuget/dt/NoStringEvaluating.Extensions.Microsoft.DependencyInjection.svg?style=flat-square)](https://www.nuget.org/packages/NoStringEvaluating.Extensions.Microsoft.DependencyInjection)
<br/>

## Quick Links
Expand Down

0 comments on commit 6959fd4

Please sign in to comment.