Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add missing back-tick to the first sentence in the Examples section.
  • Loading branch information
ksuderman authored Jun 25, 2024
1 parent 434a4c4 commit 38b8d34
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 @@ -34,7 +34,7 @@ rewrites](group_vars/all.yaml).
## Examples

A simple example that does not use regex, rewrites `http://gxy.io/example` (with or without trailing slash) to
`http://example.org . The implied test ensures that the `src` value rewrites to `dest`:
`http://example.org`. The implied test ensures that the `src` value rewrites to `dest`:

```yaml
- src: /example
Expand Down

0 comments on commit 38b8d34

Please sign in to comment.