From eef62d9673346a520b5cfbbacb1745f72c1a8949 Mon Sep 17 00:00:00 2001 From: fauresystems <34378695+fauresystems@users.noreply.github.com> Date: Wed, 29 Apr 2020 08:39:26 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5ab1bd9..34643f9 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ ##### 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) +* [`Prop` class reference](./help/Prop.md) +* [`PropAction` class reference](./help/PropAction.md) +* [`PropData` class reference](./help/PropData.md) * [WiFiNINA firmware update](./help/WifiNinaFirmware.md) @@ -42,12 +42,12 @@ Reading [EXAMPLES.md](EXAMPLES.md) will be helpful. |ArduinoProps library documentation | |-------------------------------------------------------------| | [This README file](README.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) | +| [Introduction to Arduino Props](help/Arduino_Props.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) | | [ArduinoProps library examples](EXAMPLES.md) | -| [Arduino Props for Escape Room 2.0](help/Arduino_Props.md) | | [WiFiNINA firmware update](help/WifiNinaFirmware.md) |