From ef7b66d3da4bf082063d479c9fd2c1ae95cb8b38 Mon Sep 17 00:00:00 2001 From: Anders Knutsen Date: Fri, 25 Jul 2025 10:19:56 +0200 Subject: [PATCH] Updated README --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0321f03..e76f223 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,14 @@ No frontend, just a backend with mariadb and a TCP server that parses SIA-DC09 p Current folder structure: -├── docker-compose.yml -├── Dockerfile -├── frontend -│ └── index.html -├── nginx.conf -├── README.md -├── requirements.txt -├── tcp_sia_server.py -└── tester.py \ No newline at end of file +``` +├── docker-compose.yml +├── Dockerfile +├── frontend +│ └── index.html +├── nginx.conf +├── README.md +├── requirements.txt +├── tcp_sia_server.py +└── tester.py +``` \ No newline at end of file