Skip to content

Commit 95a3a32

Browse files
authored
README: Add some sass to the introduction
1 parent 417ac1d commit 95a3a32

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
## Units.NET
66

7-
Everyone have written their share of trivial conversions - or less obvious ones where you need to Google that magic constant.
7+
Add strongly typed quantities to your code and merrily get on with your life.
88

9-
Stop littering your code with unnecessary calculations, Units.NET gives you all the common units of measurement and the conversions between them. It is lightweight and thoroughly tested.
9+
No more magic constants found on StackOverflow, no second-guessing the unit of that `double length` variable.
10+
11+
Units.NET gives you all the common units of measurement and the conversions between them. It is lightweight and thoroughly tested. If you have read this far, it is exactly what you are looking for and then some.
1012

1113
### Upgrading from 3.x to 4.x?
1214
See [Upgrading from 3.x to 4.x](https://github.com/angularsen/UnitsNet/wiki/Upgrading-from-3.x-to-4.x).
@@ -17,7 +19,6 @@ See [Upgrading from 3.x to 4.x](https://github.com/angularsen/UnitsNet/wiki/Upgr
1719
* .NET 4.0
1820
* [Windows Runtime Component](https://docs.microsoft.com/en-us/windows/uwp/winrt-components/) for UWP apps (WinJS or C++)
1921

20-
2122
### Overview
2223

2324
* [90 quantities with 800+ units](UnitsNet/GeneratedCode/Units) generated from [JSON](Common/UnitDefinitions/) by [Powershell scripts](UnitsNet/Scripts)

0 commit comments

Comments
 (0)