From 93e02391c7e7ea40ea198e307def01923ce6a03b Mon Sep 17 00:00:00 2001 From: Nitwel Date: Sun, 5 Nov 2023 15:28:41 +0100 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6909195..a3dabfb 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ For example, the entity of name `lights.smart_lamp_1` would control the kitchen . ├── addons (All installed Godot Addons are saved here) ├── assets (Files like logos or assets that are shared across scenes) -├── content (Main files of the project)/ +├── content/ (Main files of the project) │ ├── entities (Entities that can be placed into the room) │ └── ui (User Interface Scenes and related files) -└── lib (Code that is global or shared across scenes)/ +└── lib/ (Code that is global or shared across scenes) ├── globals (Globally running scripts) └── home_adapters (Code allowing control smart home entities) ```