From 5a59fd84d53953ac522d206175cf3699f6b60740 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Wed, 22 Apr 2020 16:40:25 -0600 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e716868..58b7a2a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ $ xcaddy build [] - `` is the core Caddy version to build; defaults to `CADDY_VERSION` env variable or latest. - `--output` changes the output file. -- `--with` can be used multiple times to add plugins by specifying the Go module name and optionally its version, similar to `go get`. +- `--with` can be used multiple times to add plugins by specifying the Go module name and optionally its version, similar to `go get`. Module name is required, but specific version and/or local replacement are optional. Examples: @@ -62,7 +62,7 @@ $ xcaddy build \ --with github.com/caddyserver/ntlm-transport=../../my-fork $ xcaddy build \ - --with github.com/caddyserver/ntlm-transport=@v0.1.0=../../my-fork + --with github.com/caddyserver/ntlm-transport@v0.1.0=../../my-fork ``` ### For plugin development