From eef62be450f10112cc8ed6bde3a49f195e9d7c1c Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Wed, 30 Jul 2014 23:20:17 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ```