From a3822495fdddb933bba221ce899efdf5d070dc97 Mon Sep 17 00:00:00 2001 From: Daniel Sanz <13658011+sdn4z@users.noreply.github.com> Date: Thu, 18 Sep 2025 09:24:31 +0200 Subject: [PATCH] docs: fix cache section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60970bc7..0feedf1a 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ All the configurations available through the command line are also supported in ```toml [tool.twyn] -dependency_file="/my/path/requirements.txt" +dependency_file="/my/path/requirements.txt" # it can be either a string or a list of strings selector_method="first_letter" logging_level="debug" allowlist=["my_package"] @@ -250,5 +250,5 @@ Cache file is valid for 30 days, after that period it will download again the tr To clear the cache, run: ```python - twyn run cache clear + twyn cache clear ```