From 7a3e98dece3f077d4493b3ca18bac917f4d86e19 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 17 May 2022 09:10:20 +0100 Subject: [PATCH] Add syntax highlighting to README --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 8f67689..26d82ea 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ between these codes and the corresponding country name. Installation ============ -:: +.. code-block:: console $ pip install iso3166 @@ -27,7 +27,7 @@ Usage Country details --------------- -:: +.. code-block:: pycon >>> from iso3166 import countries >>> @@ -42,7 +42,7 @@ Country details Country lists and indexes ------------------------- -:: +.. code-block:: pycon >>> from iso3166 import countries @@ -53,7 +53,7 @@ Country lists and indexes Country(name='Albania', alpha2='AL', alpha3='ALB', numeric='008') Country(name='Algeria', alpha2='DZ', alpha3='DZA', numeric='012') -:: +.. code-block:: pycon >>> import iso3166