summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2025-01-11 14:02:57 -0800
committerD Delmar Davis <don@suspectdevices.com>2025-01-11 14:02:57 -0800
commitc0e15f3f7d8755e67d659a197a2a288f56222056 (patch)
tree50e55377138957ede9c71a561bf4ec708f6c835d
parent81b2660275efa6b370d8427951b41ab8989226bb (diff)
dad gummet
-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
```