Skip to content

Commit eb88200

Browse files
committed
Merge pull request #11 from jmingov/patch-1
added 3 spaces
2 parents e2d9848 + 865a345 commit eb88200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ VerbalExpressions is a PHP library that helps to construct hard regular expressi
1010

1111
$regex = new VerbalExpressions;
1212

13-
$regex ->startOfLine()
13+
$regex ->startOfLine()
1414
->then("http")
1515
->maybe("s")
1616
->then("://")

0 commit comments

Comments
 (0)