diff --git a/README.md b/README.md index 5f71959..e67cbd5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Updating packages or dependencies shoud be keep in sync among Cargo.toml 2 - Get current version from Cargo.toml -3 - For each member of of **Defs Library** one line like the one below should be included in target development Cargo.toml (adjust version & path) and **use** whatever is need. +3 - For each member of of **Filters 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_filters = { version = "0.1.0", path = "../lib/filters/app_auth_filters" }