diff --git a/README.txt b/README.txt
index a749700..b5b1eff 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
 RDF is a W3C standard for modeling and sharing distributed knowledge based on a
-decentralized open-world assumption. This RDF package for Drupal 7 includes
-several modules to enhance the RDF and RDFa functionnalities which are part of
-Drupal 7 core.
+decentralized open-world assumption. This RDF Extensions, RDFx, package for 
+Drupal 7 includes several modules to enhance the RDF and RDFa functionality
+which are part of Drupal 7 core.
 
 - RDFx provides APIs for developers to manipulate RDF data, as well as output
   Drupal's data as RDF/XML, nTriples or Turtle.
@@ -12,13 +12,13 @@ Drupal 7 core.
   the site administrator can use to map Drupal data to RDF.
 
 
-== Install the RDF module ==
+== Install the RDF Extensions (RDFx) module ==
 
   1. Copy all the module files into a subdirectory called
-     sites/all/modules/rdf/ under your Drupal installation directory.
+     sites/all/modules/rdfx/ under your Drupal installation directory.
 
   2. Go to Administer >> Site building >> Modules and enable the RDFx module and
-     any other module you like. You will find them in the "RDF" section.
+     any other module you would like. You will find them in the "RDF" section.
 
   3. Install the ARC2 library following one of these 2 options:
        - run "drush rdf-download" (recommended, it will download the right
@@ -26,7 +26,7 @@ Drupal 7 core.
        - manual install: download the library from
        http://github.com/semsol/arc2/tarball/master and extract it in the rdf
        module directory such that you end up with the following file structure:
-       sites/all/modules/rdf/vendor/arc/ARC2.php
+       sites/all/modules/rdfx/vendor/arc/ARC2.php
 
 
 == Bug reports ==
