Skip to content

Commit

Permalink
Fixed README markup
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed May 4, 2024
1 parent af25cb0 commit ed9e9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit ed9e9ec

Please sign in to comment.