From 82250c99c16f21f4cad2ea290f1feb6d4ce3d16e Mon Sep 17 00:00:00 2001
From: kruger <kruger@astron.nl>
Date: Tue, 24 Nov 2020 11:43:06 +0100
Subject: [PATCH] Update readme

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 39d99b2..fa336c3 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Python OPC-UA server to control the I2C devices in the LTS.
 
 + opcuserv.py: OPC-UA server that expose (visible) variables and methods.
 
-LTS structure:
+# LTS structure:
 
 Raspberry pi (LTS_pypcc.yaml -> I2C controller on raspberry pi)
 > Control PCB (LTS_switch.yaml -> I2C switch)
@@ -13,5 +13,5 @@ Raspberry pi (LTS_pypcc.yaml -> I2C controller on raspberry pi)
 >>
 >>> ADC (LTS_RCU2_ADC.yaml -> SPI bitbang2)
 >>
->> Clock PCB (LTS_clk.yaml I2C device)
+>> Clock PCB (LTS_clk.yaml -> I2C device)
 >>> PLL (LTS_clkPLL.yaml -> SPI bitbang1)
-- 
GitLab