Clarify readme

This commit is contained in:
Barry vd. Heuvel
2013-07-31 10:35:22 +02:00
parent 7b08db2682
commit fc887b4431
+1 -1
View File
@@ -81,7 +81,7 @@ You can also scan a different directory, using the --dir option (relative from t
php artisan ide-helper:models --dir="app/workbench/name/package/models"
Note: With namespaces, uses `\\` instead of `\`: `php artisan ide-helper:models API\\User`
Note: With namespaces, wrap your model name in " signs: `php artisan ide-helper:models "API\User"`, or escape the slashes (`Api\\User`)
### License