diff --git a/README.md b/README.md index cc6adb7..8d788b0 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ systems. ## Supported sentences -* ``$GPRMC`` -* ``$GPGGA`` -* ``$GPGSA`` +* ``RMC`` (Recommended Minimum: position, velocity, time) +* ``GGA`` (Fix Data) +* ``GSA`` (DOP and active satellites) Adding support for more sentences is trivial; see ``minmea.c`` source.