Browse Source

Even more rst tweaking

Thomas Adamcik 15 years ago
parent
commit
6f8fac4ba8
1 changed files with 3 additions and 2 deletions
  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``.