Skip to content

Commit 3346861

Browse files
committed
update docs
1 parent c5bf595 commit 3346861

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
@@ -311,7 +311,7 @@ and [Groups](https://github.com/MaestroError/eloquent-regex/blob/documentation-a
311311
- One or More = `"oneOrMore"`, `"1>"`, `"1+"`, `"+"`
312312
- Optional (Zero or One) = `"optional"`, `"?"`, `"|"`
313313
- exact amount = `2`, `"5"`
314-
- range = `"{0,5}"`
314+
- range = `"0,5"`
315315

316316
Example: `->literal("hello world", false, "1+")`
317317

0 commit comments

Comments
 (0)