summaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index f8d0984..97badd4 100644
--- a/README.org
+++ b/README.org
@@ -15,7 +15,7 @@ xcaddy build --with github.com/tecosaur/caddy-fs-git
#+begin_src caddyfile
file_server {
- fs git <path/to/repo.git>
+ fs git <path/to/repo.git> [<revision=HEAD>]
}
#+end_src