From cd256b309ef93eb1812e12821318991c88a131d2 Mon Sep 17 00:00:00 2001 From: MisterAwesome23 <36367483+MisterAwesome23@users.noreply.github.com> Date: Sat, 4 Apr 2020 04:28:33 +0530 Subject: [PATCH] Adding Arduino reference link in readme file Standards referencing format followed from [ServoLibrary](https://github.com/arduino-libraries/Servo) --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index c2b87e9..71a430b 100644 --- a/README.adoc +++ b/README.adoc @@ -4,6 +4,8 @@ Allows you to read the location from the GPS on your MKR GPS shield. This library is based on https://github.com/kosma/minmea[minmea]. +For more information about this library please visit us at https://www.arduino.cc/en/Reference/ArduinoMKRGPS + == License == Copyright (c) 2019 Arduino SA. All rights reserved.