diff --git a/README.rst b/README.rst
index 22ec7ce5591b61b18f49fb875ce7e84495f486c2..2baa46c926c3764123a449d873f8d114a893cc29 100644
--- a/README.rst
+++ b/README.rst
@@ -27,7 +27,7 @@ The package is available in two different distribution formats:
 1. You can download it from `PyPI <http://pypi.python.org/pypi>`_, or
 
 2. You can download it in its source form from `its git repository
-   <https://github.com/bioidiap/bob.db.replay>`_. When you download the
+   <https://github.com/bioidiap/xbob.db.replay>`_. When you download the
    version at the git repository, you will need to run a command to recreate
    the backend SQLite file required for its operation. This means that the
    database raw files must be installed somewhere in this case. With option
@@ -47,7 +47,7 @@ script)::
 
     install_requires=[
       ...
-      "bob.db.replay >= 1.1",
+      "xbob.db.replay >= 1.1",
     ],
 
 Proceed normally with your ``boostrap/buildout`` steps and you should be all
@@ -67,8 +67,8 @@ lines::
   auto-checkout = *
   eggs = bob
          ...
-         bob.db.replay
+         xbob.db.replay
 
   [sources]
-  bob.db.replay = git https://github.com/bioidiap/bob.db.replay.git
+  xbob.db.replay = git https://github.com/bioidiap/xbob.db.replay.git
   ...