aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e237947..461cef8 100644
--- a/README.md
+++ b/README.md
@@ -104,9 +104,10 @@ Although, `swift-gopher` does not currently have a native HTTP handler, you can
- [ ] Support Gemini Protocol
- [ ] Add a client library
- [ ] Add native HTTP handler
+- [ ] Guestbook
## 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
-``` \ No newline at end of file
+```