diff --git a/README.md b/README.md
index c45b0c5..e54e633 100644
--- a/README.md
+++ b/README.md
@@ -27,17 +27,13 @@ Updating packages or dependencies shoud be keep in sync among Cargo.toml
3 - For each member of of **Macros Library** one line like the one below should be included in target development Cargo.toml (adjust version & path) and **use** whatever is need.
```toml
-app_auth = { version = "0.1.0", path = "../lib/defs/app_auth" }
+kloud_entries_macro_derive = { path = "../lib/macros/kloud_entries_macro_derive" }
```
To include all libraries:
```toml
-app_auth = { version = "0.1.0", path = "../lib/defs/app_auth" }
-app_env = { version = "0.1.0", path = "../lib/defs/app_env" }
-app_errors = { version = "0.1.0", path = "../lib/defs/app_errors" }
-app_file = { version = "0.1.0", path = "../lib/defs/app_file" }
-kloud = { version = "0.1.0", path = "../lib/defs/kloud" }
+kloud_entries_macro_derive = { path = "../lib/macros/kloud_entries_macro_derive" }
```
### Structure