Parcourir la source

Even more rst tweaking

Thomas Adamcik il y a 15 ans
Parent
commit
6f8fac4ba8
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      README.rst

+ 3 - 2
README.rst

@@ -21,7 +21,8 @@ hinges on the related projects conversion to ``ipaddr``.
 Getting started
 ---------------
 
-Make sure netfields is in your ``PYTHONPATH``, then simply use the following::
+Make sure ``netfields`` is in your ``PYTHONPATH``, then simply use the
+following::
 
  from netfields import InetAddressField, NetManager
 
@@ -46,4 +47,4 @@ types the following have been added.
 These correspond with the operators from
 http://www.postgresql.org/docs/8.3/interactive/functions-net.html
 
-netfields does not have to be in ``INSTALLED_APPS``.
+``netfields`` does not have to be in ``INSTALLED_APPS``.