aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2010-07-01 00:28:24 +0300
committerPriit Laes <plaes@plaes.org>2010-07-01 00:28:24 +0300
commit03933441a35607c09512916408f6d63342521dfe (patch)
tree3f7722ce1e810278ba2cb9880699d795376785a1 /README
parentAdded database glue code and added short installation tutorial (diff)
downloadgsoc2010-grumpy-03933441a35607c09512916408f6d63342521dfe.tar.gz
gsoc2010-grumpy-03933441a35607c09512916408f6d63342521dfe.tar.bz2
gsoc2010-grumpy-03933441a35607c09512916408f6d63342521dfe.zip
Fix some typos
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 3f8b922..86a674c 100644
--- a/README
+++ b/README
@@ -26,7 +26,7 @@ Database configuration is defined by specifying the RFC-1738 style uri::
Installation
============
-Please not that database configuration is currently hardcoded to use
+Please note that database configuration is currently hardcoded to use
PostgreSQL database named 'grumpy' on localhost using 'grumpy:grumpy' as
credentials. This will be fixed in future ;)
@@ -40,11 +40,11 @@ up the python interpreter in the root directory of grumpy project:
>>> from grumpy.database import init_db
>>> init_db()
-If no errors were shown schema creation was successful :)
+If no errors were shown, then schema creation was successful :)
-Now, to populate database with portage data, there's an utility inside 'utils'
-directory called 'grumpy_sync.py'. All you have to do for now is to give a
-path to portage directory as first argument:
+Now in order to populate database with portage data, there's utility inside
+'utils' directory called 'grumpy_sync.py'. All you have to do for now is to
+give it a path to portage directory as first argument:
$ python utils/grumpy_sync.py /usr/portage