From f58b4bfa3245f961731ab96efbe0366697f94547 Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Wed, 1 Sep 2021 19:42:06 +0100 Subject: [PATCH] chore: fix how to --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }