From 84d17a721126f4fb974a755c6cf7e8e8e71e05f6 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Fri, 13 Oct 2023 21:45:23 -0700 Subject: [PATCH] Fix sh code block in README (#93) It wasn't closed properly --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd3bcbc88..dd8352119 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ sphinx-lint file.rst # check a single file sphinx-lint docs # check a directory sphinx-lint -i venv # ignore a file/directory sphinx-lint -h # for more options +``` Sphinx Lint can also be used via [pre-commit](https://pre-commit.com). We recommend using a configuration like this: