diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 53a54cb..f0adf7e 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -6,7 +6,7 @@
-
+
@@ -35,28 +35,28 @@
- {
- "keyToString": {
- "DefaultGoTemplateProperty": "Go File",
- "Go Build.go build app.executor": "Debug",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "RunOnceActivity.git.unshallow": "true",
- "RunOnceActivity.go.formatter.settings.were.checked": "true",
- "RunOnceActivity.go.migrated.go.modules.settings": "true",
- "RunOnceActivity.go.modules.go.list.on.any.changes.was.set": "true",
- "git-widget-placeholder": "main",
- "go.import.settings.migrated": "true",
- "go.sdk.automatically.set": "true",
- "kotlin-language-version-configured": "true",
- "last_opened_file_path": "/home/gogacoder/dev/go/nto/boilerplate",
- "node.js.detected.package.eslint": "true",
- "node.js.selected.package.eslint": "(autodetect)",
- "nodejs_package_manager_path": "npm",
- "settings.editor.selected.configurable": "go.sdk",
- "ts.external.directory.path": "/home/gogacoder/dev/go/nto/boilerplate/frontend/node_modules/typescript/lib",
- "vue.rearranger.settings.migration": "true"
+
+}]]>
diff --git a/README.md b/README.md
index 5c80d48..87d3804 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
- [x] Crud service generator (based on gorm gen)
- [ ] Easy init without git repository (like create-nto-app)
- [x] Excel export
-- [ ] Models validation logic (callbacks and other stuff)
+- [x] Models validation logic (callbacks and other stuff)
- [ ] Models [linter](https://git.gogacoder.ru/NTO/gormlint)
- [x] Auto-generated frontend
@@ -51,7 +51,7 @@ go install -v github.com/wailsapp/wails/v3/cmd/wails3@latest
go install github.com/opbnq-q/nto-cli@latest
```
```shell
-go install git.gogacoder.ru/NTO/crudgen@latest
+go install git.gogacoder.ru/NTO/crudgen/cmd/crudgen@latest
```
## Сборка