From a2682abff034cf366cab804495a6d117e4cff18e Mon Sep 17 00:00:00 2001 From: Karim Mansour Date: Sun, 24 Feb 2019 18:49:09 +0100 Subject: [PATCH] fixed url for latest release --- README.md | 4 ++-- src/library.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6adb42..2d063f0 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ First of all ... i want to thank Jimi Hindrix, Eddie Hazel, The Doors and so man Now ... let's go straight to business ! -This library is meant to be used with the TFMini plus not to be confused with it's previous successor the TFMini "totally didn't happen to me". You can find the documentation provided by the manufacturer in the [documenataion folder](/documentation/SJ-PM-TFmini%20Plus%20A02%20Product%20Mannual_EN.pdf) +This library is meant to be used with the TFMini plus not to be confused with it's previous successor the TFMini "totally didn't happen to me". You can find the documentation provided by the manufacturer in the [documenataion folder](/documentation) ## How to add to the Arduino libraries -To use the library you need to get the latestest release [here](/releases/latest) and in your Arduino ide: Scketch > Include Library > Add .zip library. +To use the library you need to get the latestest release [here](https://github.com/senegalo/TFMiniPlus/releases/latest) and in your Arduino ide: Scketch > Include Library > Add .zip library. ## Initialization whithin your sketch diff --git a/src/library.properties b/src/library.properties index 82f365b..1b2b30f 100644 --- a/src/library.properties +++ b/src/library.properties @@ -2,7 +2,7 @@ name=TFMiniPlus version=0.0.1 author=Karim Mansour maintainer=Karim Mansour -sentence=A library to read data and control the TFMiniPlus Lidar system. +sentence=A library to read data and control the TFMini Plus Lidar system. paragraph=Supports all the configuration commands and all data types except the Pixhawl data mode. category=Sensors url=https://github.com/senegalo/TFMiniPlus