diff --git a/README.md b/README.md
index 339347ebb749962de19ebfa5f998807161852c9e..74ee8f3338bba5e7a3f8bfe83e0dc4f3f2588e10 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ usage: FastAPI template [-h] [--name PROJECT_NAME]
                         [--description PROJECT_DESCRIPTION]
                         [--db {none,sqlite,mysql,postgresql}]
                         [--ci {none,gitlab,github}] [--redis] [--alembic]
-                        [--kube] [--dummy] [--routers] [--force]
+                        [--kube] [--dummy] [--routers] [--swagger] [--force]
 
 optional arguments:
   -h, --help            show this help message and exit
@@ -70,5 +70,6 @@ optional arguments:
   --dummy, --dummy-model
                         Add dummy model
   --routers             Add exmaple routers
+  --swagger             Eanble self-hosted swagger
   --force               Owerrite directory if it exists
 ```
diff --git a/pyproject.toml b/pyproject.toml
index f2410286fb1165acbe836b6cb5f05ff8c4a11c32..d265a47034872944ae3563e28739cffa0cec7b4a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "fastapi_template"
-version = "2.4.0"
+version = "2.4.1"
 description = "Feature-rich robust FastAPI template"
 authors = ["Pavel Kirilin <win10@list.ru>"]
 packages = [