Skip to content

Commit a7f5208

Browse files
committed
Fixed syntax error in README.rst
1 parent 9d07f70 commit a7f5208

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,13 @@ considered as tested only under a few environments) specify the ``citext`` extra
4141
pip install sqlacodegen[citext]
4242

4343

44-
To include support for the PostgreSQL ``GEOMETRY``, ``GEOGRAPHY``, and ``RASTER`` types (which should be
45-
considered as tested only under a few environments) specify the ``geoalchemy2`` extra::
46-
pip install sqlacodegen[geoalchemy2]
44+
To include support for the PostgreSQL ``GEOMETRY``, ``GEOGRAPHY``, and ``RASTER`` types
45+
(which should be considered as tested only under a few environments) specify the
46+
``geoalchemy2`` extra:
47+
48+
.. code-block:: bash
4749
50+
pip install sqlacodegen[geoalchemy2]
4851
4952
5053
Quickstart

0 commit comments

Comments
 (0)