Skip to content

Commit

Permalink
[FIX] Little error in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensarrio committed Dec 14, 2010
1 parent 5cff662 commit 4f247db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -51,9 +51,9 @@ Example of root model (not in a module), it should be inside *application/models
Example of model in a module, it should be inside *application/[module_name]/models*. Note the difference in namespace:

// Prototype:
// namespace [module_name]/models;
// namespace [module_name]\models;
// Example:
namespace auth/models;
namespace auth\models;

class User {
/**
Expand Down

0 comments on commit 4f247db

Please sign in to comment.