diff --git a/README.md b/README.md index 028e346..caa0a65 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Currently supported nmea messages: - Trimble Laser Range Finder (PTNLA, PTNLB) - TruePulse Laser Range Finder (PLTIT) -The API is easily extensible with more NMEA message. Simply create a new class inheriting from "NmeaMessage" and use the NmeaMessageType Attribute to tag it with the NMEA Message Token it supports. +The API is easily extensible with more NMEA messages. Simply create a new class inheriting from "NmeaMessage" and use the NmeaMessageType Attribute to tag it with the NMEA Message Token it supports. Example: ```