From 4c21ee2b8468741d553ed6837cd204cec34d3953 Mon Sep 17 00:00:00 2001 From: chrissound Date: Sat, 31 Aug 2013 16:15:58 +0100 Subject: [PATCH] Fixed wrong parameter format in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5f6db7..6496d70 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,8 @@ more complex than a string, you need to wrap the rule in an array. ```php $rules = [ 'required' => [ - ['foo', 'bar'] + ['foo'], + ['bar'] ], 'length' => [ ['foo', 3]