From 6f50893bf7ab629612fc9da27cc8e67b2e8f4835 Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Mon, 10 Feb 2014 22:50:43 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b9e037..f7c8889 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Currently supported devices: - Trimble Laser Range Finder - TruePulse Laser Range Finder -The API is easily extensible with more NMEA message. Simply create a new class inheriting from "NmeaMessage" and use the NmeaMessageAttribute to tag it with the NMEA Message Token. +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. Example: ```