Skip to content

Commit

Permalink
Colorize
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Coderre committed Nov 12, 2013
1 parent b7ae13a commit 1b771f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Just what it says.

3) Use it by adding `canadian_postal_code` to your attribute's validation rules.

```
```php
$rules = array('postal_code' => 'canadian_postal_code|required');
Validator::make($attributes, $rules);
```

0 comments on commit 1b771f9

Please sign in to comment.