Index: INSTALL
===================================================================
--- INSTALL	(revision 13)
+++ INSTALL	(revision 16)
@@ -1,3 +1,3 @@
-Postman - installation instructions
+Mailjam - installation instructions
 ===================================
 
@@ -7,7 +7,7 @@
 ---------------------------
 
-So far, the only dependency you will need in order to run postman is Python [1]_
+So far, the only dependency you will need in order to run mailjam is Python [1]_
 
-Postman has been tested with python *2.7.x*, but it should work with versions
+Mailjam has been tested with python *2.7.x*, but it should work with versions
 *2.6.x* too.
 
@@ -15,5 +15,5 @@
 more about how to install python.
 
-Second, install Postman
+Second, install Mailjam
 -----------------------
 
@@ -21,18 +21,18 @@
 ++++++++++++++++++++
 
-You can install Postman using pip [2]_::
+You can install Mailjam using pip [2]_::
 
-  pip install -e https://bitbucket.org/codigo23/postman#egg=postman
+  pip install -e https://bitbucket.org/codigo23/mailjam#egg=mailjam
 
 .. note::
 
-   Postman has not been recorded/uploaded to pypi [3]_ yet, so, in order
+   Mailjam has not been recorded/uploaded to pypi [3]_ yet, so, in order
    to install it using pip you will have to provide the URL for the public
-   Postman repo.
+   Mailjam repo.
 
 Installing using easy_install
 +++++++++++++++++++++++++++++
 
-You can not install Postman using easy_install [4]_ yet (until we do
+You can not install Mailjam using easy_install [4]_ yet (until we do
 record/upload it to pypi)
 
@@ -40,5 +40,5 @@
 ++++++++++++++++++++++++++++++
 
-You can install Postman inside a virtualenv [5]_. Just create a virtualenv::
+You can install Mailjam inside a virtualenv [5]_. Just create a virtualenv::
 
   virtualenv /path/to/your/env
@@ -55,7 +55,7 @@
      source /path/to/your/env/bin/activate.csh
 
-And, once the environment has been activated, use pip to install Postman::
+And, once the environment has been activated, use pip to install Mailjam::
 
-  env$ pip install -e https://bitbucket.org/codigo23/postman#egg=postman
+  env$ pip install -e https://bitbucket.org/codigo23/mailjam#egg=mailjam
 
 Installing from sources
@@ -70,12 +70,12 @@
 ***************
 
-The source code of Postman is hosted in bitbucket [6]_. In order to grab
+The source code of Mailjam is hosted in bitbucket [6]_. In order to grab
 the latest sources you need Mercurial [7]_.
 
 To get a copy of the sources, just *clone* the repository::
 
-  hg clone https://bitbucket.org/codigo23/postman postman-repo
+  hg clone https://bitbucket.org/codigo23/mailjam mailjam-repo
 
-Then, go inside the *postman-repo* directory and run::
+Then, go inside the *mailjam-repo* directory and run::
 
   python setup.py install
@@ -87,10 +87,10 @@
    *root* privileges - for example using sudo [8]_)
 
-Setting up Postman
+Setting up Mailjam
 ------------------
 
 TBW
 
-Running Postman
+Running Mailjam
 ---------------
 
@@ -107,5 +107,5 @@
 .. [4] http://peak.telecommunity.com/DevCenter/EasyInstall
 .. [5] http://www.virtualenv.org/en/latest/index.html
-.. [6] https://bitbucket.org/codigo23/postman
+.. [6] https://bitbucket.org/codigo23/mailjam
 .. [7] http://mercurial.selenic.com
 .. [8] http://sudo.ws
