You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Features
23
23
* Immutable structs implementing IEquatable, IComparable and operator overloads
24
24
* Parse unit abbreviations in multiple cultures
25
25
* ToString() variants for custom cultures and format patterns
26
-
* Extensible with [custom units](https://github.com/InitialForce/UnitsNet/wiki/Extending-with-Custom-Units)
26
+
* Extensible with [custom units](https://github.com/anjdreas/UnitsNet/wiki/Extending-with-Custom-Units)
27
27
*[Serializable with JSON.NET](https://www.nuget.org/packages/UnitsNet.Serialization.JsonNet)
28
28
* 688 unit tests to ensure conversions and localizations are in order
29
29
@@ -112,7 +112,7 @@ Units.NET was intended for convenience and ease of use, not highly accurate conv
112
112
113
113
The tests accept an error up to 1E-5 for most units added so far. Exceptions include units like Teaspoon, where the base unit cubic meter is a lot bigger. In many usecases this is sufficient, but for others this may be a showstopper and something you need to be aware of.
114
114
115
-
For more details, see [Precision](https://github.com/InitialForce/UnitsNet/wiki/Precision).
115
+
For more details, see [Precision](https://github.com/anjdreas/UnitsNet/wiki/Precision).
116
116
117
117
Serialization
118
118
===
@@ -130,9 +130,9 @@ What It Is Not
130
130
131
131
Want To Contribute?
132
132
==
133
-
This project is still early and many units and conversions are not yet covered. If you are missing something, please help by contributing or [ask for it](https://github.com/InitialForce/UnitsNet/issues) by creating an issue.
133
+
This project is still early and many units and conversions are not yet covered. If you are missing something, please help by contributing or [ask for it](https://github.com/anjdreas/UnitsNet/issues) by creating an issue.
134
134
135
-
Please read the wiki on [Adding a New Unit](https://github.com/InitialForce/UnitsNet/wiki/Adding-a-New-Unit).
135
+
Please read the wiki on [Adding a New Unit](https://github.com/anjdreas/UnitsNet/wiki/Adding-a-New-Unit).
136
136
137
137
Generally adding a unit involves adding or modifying `UnitsNet\Scripts\UnitDefinitions\*.json` files and running `UnitsNet\Scripts\GenerateUnits.bat` to regenerate the source code and test code stubs, then manually implementing the new unit conversion constants in the test code.
0 commit comments