summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index f219068..07e5c46 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -18,7 +18,7 @@ graph LR
A -- 200 ok / 400 bad id / 404 --> N[NGinX]
N <-- bartender.digithink.com --> I([Internet])
G[(github)] -- pull --> D
- C --> D[/var/www/site/makesite.sh]
+ C --> D[makesite.sh]
D -- mkdocks build --> O[(site)] -->N
N -- whiskey/STYLE --> A
```