diff --git a/README b/README
index 0233d87d93c008e124efe7a69b3a63f328f40087..ee51db7775c255512e03d2dbecc6ad0325183d68 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ Install cmake on the system
 When configuring ELFIO-1.0.3, be sure to point the install directory at the root of wherever you put the SVN module, e.g.,
 
 cd ELFIO-1.0.3
-./configure --prefix=$STRATA_REWRITE
+./configure --prefix=$SECURITY_TRANSFORMS_HOME
 make
 make install
 
@@ -23,7 +23,7 @@ cmake .
 make
 
 ####
-cd annotation
+cd xform
 make everything
 
 ###