From 77b1a49469ccbfc37a402f65e0de61d691fef7b3 Mon Sep 17 00:00:00 2001
From: marqdevx
Date: Fri, 3 Mar 2023 18:44:19 +0100
Subject: [PATCH] Fix metadata
---
.../content.md | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started-with-modbus-rtu/content.md b/content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started-with-modbus-rtu/content.md
index 9545fdcb04..7a94a3e395 100644
--- a/content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started-with-modbus-rtu/content.md
+++ b/content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started-with-modbus-rtu/content.md
@@ -1,18 +1,17 @@
---
-title: "Getting Started with Modbus RTU on Opta™"
+title: 'Getting Started with Modbus RTU on Opta™'
description: "Learn how to use the Modbus RTU serial protocol on Opta™."
author: 'José Bagur and Taddy Chung'
-libraries:
- - name: ArduinoRS485
- url: https://www.arduino.cc/reference/en/libraries/arduinors485/
- - name: ArduinoModbus
- url: https://www.arduino.cc/reference/en/libraries/arduinomodbus/
+libraries:
+ - name: 'ArduinoRS485'
+ url: https://www.arduino.cc/reference/en/libraries/arduinors485
+ - name: 'ArduinoModbus'
+ url: https://www.arduino.cc/reference/en/libraries/arduinomodbus
difficulty: intermediate
-tags:
- - Getting started
- - Modbus RTU
+tags:
+ - Getting-started
+ - ModbusRTU
- RS-485
-
software:
- ide-v1
- ide-v2