Skip to content

Commit c744f91

Browse files
committed
doc: update parameters table
1 parent dcf013a commit c744f91

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424

2525
## Parameters Syntax
2626

27-
| Pattern | Kind | Description |
28-
| -------------------------- | ------------------- | ------------------------------------------------------------------------------ |
29-
| `:name` | `Normal` | Matches a path piece, excludes `/` |
30-
| `:name?` | `Optional` | Matches an optional path piece, excludes `/` |
31-
| `/:name?/` `/:name?` | `OptionalSegment` | Matches an optional path segment, excludes `/`, prefix or suffix should be `/` |
32-
| `+` `:name+` | `OneOrMore` | Matches a path piece, includes `/` |
33-
| `*` `:name*` | `ZeroOrMore` | Matches an optional path piece, includes `/` |
34-
| `/*/` `/:name*/` `/:name*` | `ZeroOrMoreSegment` | Matches zero or more path segments, prefix or suffix should be `/` |
27+
| Pattern | Kind | Description |
28+
| ------------------------------- | ------------------- | ------------------------------------------------------------------------------ |
29+
| `:name` | `Normal` | Matches a path piece, excludes `/` |
30+
| `:name?` | `Optional` | Matches an optional path piece, excludes `/` |
31+
| `/:name?/` `/:name?` | `OptionalSegment` | Matches an optional path segment, excludes `/`, prefix or suffix should be `/` |
32+
| `+` `:name+` | `OneOrMore` | Matches a path piece, includes `/` |
33+
| `*` `:name*` | `ZeroOrMore` | Matches an optional path piece, includes `/` |
34+
| `/*/` `/*` `/:name*/` `/:name*` | `ZeroOrMoreSegment` | Matches zero or more path segments, prefix or suffix should be `/` |
3535

3636
## Supports
3737

0 commit comments

Comments
 (0)