diff --git a/README.txt b/README.txt
index 79c28b1..f647200 100644  
--- a/README.txt               
+++ b/README.txt
@@ -22,7 +22,7 @@ description = Provides helper functions for My Site
 dependencies[] = views        
 dependencies[] = context
 dependencies[] = views_arg_context
-core = 6.x
+core = 7.x
  
 
 mysite_helper.module file:
@@ -36,7 +36,7 @@ mysite_helper.module file:
 * See http://drupal.org/node/723792
 **/
 
-function mysite_helper_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL) {
+function mysite_helper_node_view($node, $view_mode, $langcode){
   if($node->type == 'department') {
     context_set('department', 'current_dept_nid', $node->nid);
   }
@@ -75,4 +75,4 @@ user        name          User: Name
 user        language      User: Language    
 user        email         User: E-mail      
 
-When using tids-and or tids-or, you MUST check the 'Allow multiple terms per argument' box when configuring your Taxonomy argument.
\ No newline at end of file
+When using tids-and or tids-or, you MUST check the 'Allow multiple terms per argument' box when configuring your Taxonomy argument.
