aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 461cef8..98c1e3a 100644
--- a/README.md
+++ b/README.md
@@ -109,5 +109,5 @@ Although, `swift-gopher` does not currently have a native HTTP handler, you can
## Generating Docs
```bash
-swift package --allow-writing-to-directory docs generate-documentation --transform-for-static-hosting --target swift-gopher --output-path docs --hosting-base-path swift-gopher
+./generate_docs.sh swiftGopherClient swift-gopher GopherHelpers
```