readme
1 files changed, 6 insertions(+), 0 deletions(-) M README.md
M README.md => README.md +6 -0
@@ 7,3 7,9 @@ today, it's nothing more than a regex wrapper ```go regexp.MustCompile(`\.`).ReplaceAll(request.Host, []byte("_")) ``` + +## Use with Caddy + +```bash +xcaddy build --with git.sr.ht/~sbaildon/caddy-regexp-replace +```