4aebef850776 — Oben Sonne 14 years ago
Update doc
1 files changed, 6 insertions(+), 6 deletions(-)

M README
M README +6 -6
@@ 6,10 6,10 @@ Diggie
 
 *Diggie* is a `Markdown`_ and `Django`_ driven wiki application.
 
-As a Django app, it can be integrated it in every Django driven site. However,
-it's main use case is to run it as a personal local wiki application. *Diggie*
-ships with a command line utility which automatically sets up a local Django
-site running *Diggie*::
+*Diggie* is a Django application, i.e. it can be integrated it in every Django
+driven site. However, it's main use case is to run it as a personal local wiki
+application. *Diggie* ships with a command line tool which automatically sets
+up a local Django site running *Diggie*::
 
     $ diggie /path/to/wiki --init --name MyWiki
     $ diggie /path/to/wiki --run

          
@@ 138,10 138,10 @@ source repository. I'll happily integrat
 old IE versions.  
 
 ===============================================================================
-Feature Whislist
+Feature wish list
 ===============================================================================
 
--   Improve page search (search resuls and page highlights sometimes do not
+-   Improve page search (search results and page highlights sometimes do not
     match).
 -   Compress page history.
 -   Provide a *diff* view for page revisions.