From 353a706ea38e6cf5e2eec28126ac28b1d377b7b8 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Wed, 10 May 2023 08:43:34 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 285914a..495a842 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,13 @@ If you have *.upk or localization files, they must be in a specific location. Change the filesystem of the project to such a form that everything works correctly: ```text 📂 -├── 📁 SomePackageName1 +├── 📁 │   ├── 📁 Classes │   │   ├── 📄 *.uc │   │   └── 📄 *.upkg │   ├── 📄 *.uci │   └── 📦 *.upk -├── 📁 SomePackageName2 +├── 📁 │   ├── 📁 Classes │   │   ├── 📄 *.uc │   │   └── 📄 *.upkg