Browse Source

fix readme

euromark 13 years ago
parent
commit
db8b276996
1 changed files with 3 additions and 2 deletions
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -56,7 +56,8 @@ The models, behaviors, helpers, libs and other classes are used the same way pre
 
     App::uses('GooglLib', 'Tools.Lib');
     App::uses('TimeLib', 'Tools.Utility');
-    App::uses('GeocodeBehavior', 'Tools.Model/Behavior');
+    App::uses('GeocoderBehavior', 'Tools.Model/Behavior');
     ...
 
-Tip: For how to use them, try to find some information in the test cases.
+Tip: For how to use them, try to find some information in the test cases.
+Usage for some larger modules: https://github.com/dereuromark/tools/blob/master/USAGE