--- README.txt	2010-09-14 14:30:12.000000000 -0400
+++ README.new.txt	2011-02-07 12:46:53.122698002 -0500
@@ -3,14 +3,14 @@ BUILD YOUR OWN SUB-THEME
 
 *** IMPORTANT ***
 
-* In Drupal 6, the theme system caches template files and which theme functions
+* In Drupal 7, the theme system caches template files and which theme functions
   should be called. What that means is if you add a new theme or preprocess
   function to your template.php file or add a new template (.tpl.php) file to
   your sub-theme, you will need to rebuild the "theme registry." See
   http://drupal.org/node/173880#theme-registry
 
-* Drupal 6 also stores a cache of the data in .info files. If you modify any
-  lines in your sub-theme's .info file, you MUST refresh Drupal 6's cache by
+* Drupal 7 also stores a cache of the data in .info files. If you modify any
+  lines in your sub-theme's .info file, you MUST refresh Drupal 7's cache by
   simply visiting the admin/build/themes page.
 
 
@@ -45,10 +45,10 @@ installed in sites/all/themes/, but any
 
       Why? The .info file describes the basic things about your theme: its
       name, description, features, template regions, CSS files, and JavaScript
-      files. See the Drupal 6 Theme Guide for more info:
+      files. See the Drupal 7 Theme Guide for more info:
       http://drupal.org/node/171205
 
-    Then, visit your site's admin/build/themes to refresh Drupal 6's cache of
+    Then, visit your site's admin/build/themes to refresh Drupal 7's cache of
     .info file data.
 
  3. By default your new sub-theme is using a fixed-width layout. If you want a
@@ -65,7 +65,7 @@ installed in sites/all/themes/, but any
       and path to the CSS file you want to include. The format for these lines
       is:  stylesheets[MEDIA][] = path/to/file.css
 
-    Then, visit your site's admin/build/themes to refresh Drupal 6's cache of
+    Then, visit your site's admin/build/themes to refresh Drupal 7's cache of
     .info file data.
 
     Alternatively, if you are more familiar with a different CSS layout method,
@@ -96,21 +96,21 @@ Optional:
     For example, copy zen/templates/page.tpl.php to foo/templates/page.tpl.php.
 
  7. THEMEING DRUPAL'S SEARCH FORM:
-    Copy the search-theme-form.tpl.php template file from the modules/search/
+    Copy the search-block-form.tpl.php template file from the modules/search/
     folder and place it in your sub-theme's folder. And then rebuild the theme
     registry.
 
     You can find a full list of Drupal templates that you can override in the
     templates/README.txt file or http://drupal.org/node/190815
 
-      Why? In Drupal 6 theming, if you want to modify a template included by a
+      Why? In Drupal 7 theming, if you want to modify a template included by a
       module, you should copy the template file from the module's directory to
       your sub-theme's directory and then rebuild the theme registry. See the
-      Drupal 6 Theme Guide for more info: http://drupal.org/node/173880
+      Drupal 7 Theme Guide for more info: http://drupal.org/node/173880
 
  8. FURTHER EXTENSIONS OF YOUR SUB-THEME:
     Discover further ways to extend your sub-theme by reading Zen's
     documentation online at:
       http://drupal.org/node/193318
-    and Drupal 6's Theme Guide online at:
+    and Drupal 7's Theme Guide online at:
       http://drupal.org/theme-guide
