Skip to content

Commit 8904feb

Browse files
committed
Update README.md
1 parent e0f3402 commit 8904feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Units.NET
22
========
33

4-
Data structures and methods in C# .NET that make life working with units of measurement just a little bit better.
4+
Data structures and conversions that make life working with units of measurement in .NET just a little bit better.
55

6-
Everyone have written their share of trivial conversions between meters and centimeters, or less obvious conversions to units like Pascal and PSI where most mortals need a quick Google to find that magic constant.
6+
Everyone have written their share of trivial conversions, or less obvious conversions where you need a quick Google to find that magic constant.
77

88
Stop littering your code with unnecessary calculations. Units.NET gives you all the common units of measurement and the conversions between them. It is light-weight, unit tested and supports [PCL](http://msdn.microsoft.com/en-us/library/gg597391.aspx "MSDN PCL").
99

0 commit comments

Comments
 (0)