From 8e4fc4eb6dbc6b6c632c9f89cc82821eea2637fa Mon Sep 17 00:00:00 2001 From: Kosma Moczek Date: Mon, 23 Oct 2017 19:02:06 +0200 Subject: [PATCH] README.md: formatting fixes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14fb1f5..0bee70a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ systems. * ``VTG`` (Track made good and Ground speed) * ``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 @@ -66,7 +67,7 @@ following function: The library doesn't perform this conversion automatically for the following reasons: * 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. ## Example