README.md: formatting fixes

This commit is contained in:
Kosma Moczek 2017-10-23 19:02:06 +02:00
parent 0b02771b28
commit 8e4fc4eb6d

View File

@ -28,7 +28,8 @@ systems.
* ``VTG`` (Track made good and Ground speed) * ``VTG`` (Track made good and Ground speed)
* ``ZDA`` (Time & Date - UTC, day, month, year and local time zone) * ``ZDA`` (Time & Date - UTC, day, month, year and local time zone)
Adding support for more sentences is trivial; see ``minmea.c`` source. Good documentation on NMEA is at http://www.catb.org/gpsd/NMEA.html Adding support for more sentences is trivial; see ``minmea.c`` source. Good documentation
on NMEA is at http://www.catb.org/gpsd/NMEA.html
## Compatibility ## Compatibility
@ -66,7 +67,7 @@ following function:
The library doesn't perform this conversion automatically for the following reasons: The library doesn't perform this conversion automatically for the following reasons:
* The conversion is not reversible. * The conversion is not reversible.
* It requires floating point hardware. * It requires floating point support.
* The user might want to perform this conversion later on or retain the original values. * The user might want to perform this conversion later on or retain the original values.
## Example ## Example