From 18dcd0302a73446d06ef255984391931ecb32846 Mon Sep 17 00:00:00 2001 From: fauresystems <34378695+fauresystems@users.noreply.github.com> Date: Wed, 29 Apr 2020 08:28:07 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3b0059..5ab1bd9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ ##### Help * [Introduction to Arduino Props](./help/Arduino_Props.md) +* [Arduino Prop sketch](help/ArduinoProp_sketch.md) * [*Prop* class reference](./help/Prop.md) * [*PropAction* class reference](./help/PropAction.md) * [*PropData* class reference](./help/PropData.md) @@ -41,7 +42,7 @@ Reading [EXAMPLES.md](EXAMPLES.md) will be helpful. |ArduinoProps library documentation | |-------------------------------------------------------------| | [This README file](README.md) | -| [ArduinoProps sketch](help/ArduinoProps_sketch.md) | +| [Arduino Prop sketch](help/ArduinoProp_sketch.md) | | [Prop class reference](help/Prop.md) | | [PropData class reference](help/PropData.md) | | [PropAction class reference](help/PropAction.md) |