Browse Source

Update Jsonable.md

Mark Sch 9 years ago
parent
commit
de41ac0f01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/Behavior/Jsonable.md

+ 1 - 1
docs/Behavior/Jsonable.md

@@ -7,7 +7,7 @@ A CakePHP behavior to automatically store nested data as JSON string and return
 ## Usage
 ## Usage
 Attach it to your model's `Table` class in its `initialize()` like so:
 Attach it to your model's `Table` class in its `initialize()` like so:
 ```php
 ```php
-	$this->addBehavior('Tools.Jsonable', $options);
+$this->addBehavior('Tools.Jsonable', $options);
 ```
 ```
 
 
 Tip: If you have other behaviors that might modify the array data prior to saving, better use a higher priority:
 Tip: If you have other behaviors that might modify the array data prior to saving, better use a higher priority: