Skip to content

Commit c56f197

Browse files
committed
docs: fix cache section
1 parent ac3beac commit c56f197

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ All the configurations available through the command line are also supported in
218218

219219
```toml
220220
[tool.twyn]
221-
dependency_file="/my/path/requirements.txt"
221+
dependency_file="/my/path/requirements.txt" # it can be both a string or a list of strings
222222
selector_method="first_letter"
223223
logging_level="debug"
224224
allowlist=["my_package"]
@@ -250,5 +250,5 @@ Cache file is valid for 30 days, after that period it will download again the tr
250250

251251
To clear the cache, run:
252252
```python
253-
twyn run cache clear
253+
twyn cache clear
254254
```

0 commit comments

Comments
 (0)