Skip to content

Commit

Permalink
Fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nsforth authored Aug 20, 2019
1 parent 7a4500e commit ae5fd85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% NMEA 0183 Parser.
# NMEA 0183 Parser.

NMEA 0183 parser. Implemented most used sentences like RMC, VTG, GGA, GLL.
Implemented most used sentences like RMC, VTG, GGA, GLL.
Parser do not use heap memory and relies only on `core`.

You should instantiate `Parser` with `new` and than use methods like `parse_from_byte` or `parse_from_bytes`.
Expand Down

0 comments on commit ae5fd85

Please sign in to comment.