Skip to content

Commit ef9062d

Browse files
author
Andreas Gullberg Larsen
authored
Update README.md
1 parent 9047c33 commit ef9062d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Build Targets:
2222

2323
Overview
2424
---
25-
* [508 units in 48 unit classes](UnitsNet/GeneratedCode/Enums) generated from [JSON](UnitsNet/UnitDefinitions/) by [Powershell scripts](UnitsNet/Scripts)
26-
* [Over 1000 unit tests](https://ci.appveyor.com/project/angularsen/unitsnet) on conversions and localizations
27-
* Immutable structs that implement IEquatable, IComparable
25+
* [48 quantities with a total of 500+ units](UnitsNet/GeneratedCode/Enums) generated from [JSON](UnitsNet/UnitDefinitions/) by [Powershell scripts](UnitsNet/Scripts)
26+
* [1000+ unit tests](https://ci.appveyor.com/project/angularsen/unitsnet) on conversions and localizations
27+
* Immutable structs that implement `Equatable`, `IComparable`
2828
* [Static typing](#static-typing) to avoid ambiguous values or units
2929
* [Operator overloads](#operator-overloads) for arithmetic on quantities
3030
* [Extension methods](#extension-methods) for short-hand creation and conversions

0 commit comments

Comments
 (0)