Skip to content

Commit 981e313

Browse files
authored
Update README.md
1 parent 5dc45b4 commit 981e313

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ void OnUserChangedHeightUnit(LengthUnit prevUnit, double prevValue, LengthUnit n
134134
```
135135

136136
<a name="precision"></a>Precision and Accuracy
137-
===
137+
---
138138
A base unit is chosen for each unit class, represented by a double value (64-bit), and all conversions go via this unit. This means there will always be a small error in both representing other units than the base unit as well as converting between units.
139139

140140
Units.NET was intended for convenience and ease of use, not highly accurate conversions, but I am open to suggestions for improvements.
@@ -145,7 +145,7 @@ For more details, see [Precision](https://github.com/anjdreas/UnitsNet/wiki/Prec
145145

146146

147147
<a name="serialization"></a>Serialization
148-
===
148+
---
149149
* `UnitsNet.Serialization.JsonNet` ([nuget](https://www.nuget.org/packages/UnitsNet.Serialization.JsonNet), [src](https://github.com/anjdreas/UnitsNet/tree/master/UnitsNet.Serialization.JsonNet), [tests](https://github.com/anjdreas/UnitsNet/tree/master/UnitsNet.Serialization.JsonNet.Tests)) for JSON.NET
150150

151151
**Important!**
@@ -155,7 +155,7 @@ The base unit of any unit should be be treated as volatile as we have changed th
155155

156156

157157
<a name="contribute"></a>Want To Contribute?
158-
==
158+
---
159159
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.
160160

161161
Please read the wiki on [Adding a New Unit](https://github.com/anjdreas/UnitsNet/wiki/Adding-a-New-Unit).
@@ -167,13 +167,13 @@ Generally adding a unit involves adding or modifying `UnitsNet\Scripts\UnitDefin
167167
* [Create a pull request](https://help.github.com/articles/using-pull-requests)
168168

169169
<a name="ci"></a>Continuous Integration
170-
===
170+
---
171171
A [TeamCity build server](http://teamcity.chump.work/viewType.html?buildTypeId=UnitsNet&guest=1) performs the following:
172172
* Build and test pull requests. Notifies on success or error.
173173
* Build, test and deploy nuget on master branch.
174174

175175
<a name="who-are-using"></a>Who are Using This?
176-
===
176+
---
177177
It would be awesome to know who are using this library. If you would like your project listed here, [create an issue](https://github.com/anjdreas/UnitsNet/issues) or edit the [README.md](https://github.com/anjdreas/UnitsNet/edit/master/README.md) and send a pull request. Max logo size is `300x35 pixels` and should be in `.png`, `.gif` or `.jpg` formats.
178178

179179
![Motion Catalyst logo](http://swingcatalyst.s3.amazonaws.com/images/logos/MotionCatalyst_greenblack_35p.png "Motion Catalyst logo")

0 commit comments

Comments
 (0)