diff --git a/README.md b/README.md
index 308716c6a9b..84561eedaff 100644
--- a/README.md
+++ b/README.md
@@ -204,6 +204,9 @@ ___
> - Открытый Пакет интеграций (OpenIntegrations)
> Licensed under the MIT License
> Список зависимостей находится в файле NOTICE
+
+
+
Синопсис
diff --git a/ci/os/MainProcessingScript.os b/ci/os/MainProcessingScript.os
index 9e2d9bb2034..181c0589a74 100644
--- a/ci/os/MainProcessingScript.os
+++ b/ci/os/MainProcessingScript.os
@@ -29,6 +29,7 @@
Обработчик = Новый DocsGenerator(ДанныеПроекта);
Обработчик = Новый AILocalizationMethods(ДанныеПроекта);
Обработчик = Новый LocalUpdater(ДанныеПроекта);
+ Обработчик = Новый DraftMethods(ДанныеПроекта);
CommonTools.СообщитьПроцесс("Processing complete!");
diff --git a/ci/os/internal/Classes/DraftMehods.os b/ci/os/internal/Classes/DraftMethods.os
similarity index 100%
rename from ci/os/internal/Classes/DraftMehods.os
rename to ci/os/internal/Classes/DraftMethods.os
diff --git a/media/main2.png b/media/main2.png
index 03acf11775d..7098a11081d 100644
Binary files a/media/main2.png and b/media/main2.png differ