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