diff --git a/Justfile b/Justfile index 93d1c40..9f20935 100644 --- a/Justfile +++ b/Justfile @@ -12,7 +12,7 @@ # Rebuild docs with cog @cog: - pipenv run cog -r docs/*.md + pipenv run cog -r README.md # Apply Black @black: