Skip to content

Commit ccd5f6a

Browse files
authored
Update README.md
1 parent f49af1f commit ccd5f6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ Validator::make(['test' => 'UT'], ['test' => 'state:abbr']); //true
3333
# Mix and match
3434
Validator::make(['test' => 'UT'], ['test' => 'state:usa,abbr']); //true
3535
Validator::make(['test' => 'Alberta'], ['test' => 'state:canada,full']); //true
36+
3637
```
38+

0 commit comments

Comments
 (0)