Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergi0Martin authored Feb 14, 2024
1 parent bb80022 commit 77fbb1a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# MeasurementsTool 📐 📏

[![Production Deploy](https://github.com/Sergi0Martin/MeasurementsTool/actions/workflows/master-release.yml/badge.svg?branch=master)](https://github.com/Sergi0Martin/MeasurementsTool/actions/workflows/master-release.yml)

[![codecov](https://codecov.io/gh/Sergi0Martin/MeasurementsTool/branch/dev/graph/badge.svg?token=QA8HAR6NME)](https://codecov.io/gh/Sergi0Martin/MeasurementsTool)

[![dev-pipeline](https://github.com/Sergi0Martin/MeasurementsTool/actions/workflows/dev-pipeline.yml/badge.svg)](https://github.com/Sergi0Martin/MeasurementsTool/actions/workflows/dev-pipeline.yml)
[![Production Deploy](https://github.com/Sergi0Martin/MeasurementsTool/actions/workflows/measurements-tool-nuget-package.yml/badge.svg?branch=master)](https://www.nuget.org/packages/MeasurementsTool)
[![Docs Deploy](https://github.com/Sergi0Martin/MeasurementsTool/actions/workflows/measurements-tool-docs.yml/badge.svg)](https://sergi0martin.github.io/MeasurementsTool/)

**MeasurementsTool** are simple C# Enum types with cool extension methods for measurement conversions.
### Features
Expand Down Expand Up @@ -34,4 +32,4 @@ LengthUnitType.KM.ConvertTo(LengthUnitType.M, 50.5);
```

[Github](https://github.com/Sergi0Martin/MeasurementsTool)
[NuGet](https://www.nuget.org/packages/MeasurementsTool/)
[NuGet](https://www.nuget.org/packages/MeasurementsTool/)

0 comments on commit 77fbb1a

Please sign in to comment.