From ed9e9ecc2aa574294537b70181b2b1530561f233 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Sat, 4 May 2024 19:03:20 +0200 Subject: [PATCH] Fixed README markup Signed-off-by: Andreas Maier --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3eee116..7bcff13 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ is a case-insensitive list that preserves the lexical case of its items. Example: -```bash +``` bash $ python >>> from nocaselist import NocaseList @@ -46,7 +46,7 @@ user-defined casefold method. To install the latest released version of the nocaselist package into your active Python environment: -```bash +``` bash $ pip install nocaselist ```