Fix GH actions badge

This commit is contained in:
Graham Esau 2023-02-26 19:10:21 +00:00
parent b13fcd15cf
commit 73715c10e0
2 changed files with 2 additions and 2 deletions

View file

@ -208,7 +208,7 @@ Validator docs: [range](https://github.com/Keats/validator#range)
<h3 id="regex">
`#[validate(regex = "path::to::regex")]` / `#[schemars(regex = "path::to::regex")]`
`#[validate(regex = "path::to::regex")]` / `#[schemars(regex = "path::to::regex")]`<br />
`#[schemars(regex(pattern = r"^\d+$"))]`
</h3>