Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Koter <[email protected]>
  • Loading branch information
mchudy and kotertom authored Sep 15, 2020
1 parent ff16f2a commit 85d3f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ satisfy the pattern, an exception will be thrown.
```js
segment`/users/${arg("userId", {
optional: false,
optional: true,
pattern: "[0-9]",
})}`;
```
Expand Down

0 comments on commit 85d3f98

Please sign in to comment.