diff --git a/README.md b/README.md index d1b75fd..3923ebc 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ PHART supports multiple character sets for rendering: Example: -````bash +```bash # Using Unicode (default) phart graph.dot # ┌─A─┐ @@ -311,7 +311,7 @@ phart --charset ascii graph.dot ```bash pip install phart[extras] -```` +``` or using requirements file