From 96a6d524ffbe12c478c02e4ac699b602f58c1526 Mon Sep 17 00:00:00 2001 From: David Tomicek Date: Mon, 12 Jul 2021 12:54:38 +0200 Subject: [PATCH] formatting --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 15f22a0..f4b0b92 100644 --- a/README.md +++ b/README.md @@ -35,17 +35,17 @@ Server22 is single module, which creates a socket and waits for the connection o ## Trees: - root dir where installation is applied -├── DEBIAN -│   └── control -├── install.sh -├── Pipfile -├── Pipfile.lock -├── README.md -├── setup.py -└── src - └── server22 - ├── __init__.py - └── server22.py + ├── DEBIAN + │   └── control + ├── install.sh + ├── Pipfile + ├── Pipfile.lock + ├── README.md + ├── setup.py + └── src + └── server22 + ├── __init__.py + └── server22.py - dir created after installation: ├── DEBIAN