From a2c782defc6e12b888a170ba974b983c719a1bf8 Mon Sep 17 00:00:00 2001 From: Scott VanRavenswaay Date: Tue, 7 Jan 2025 13:48:42 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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