diff --git a/README.md b/README.md index b2b61f1..3695923 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,9 @@ poetry install # How to make docs with Sphinx -«`{bash} { - cd src/docs - make html -}«` - - - +``` +$ cd src/docs +$ make html +```