This is an automated email from the ASF dual-hosted git repository.
meonkeys pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-chat-archive.git
The following commit(s) were added to refs/heads/main by this push:
new 4993e4d fix caveman typo
4993e4d is described below
commit 4993e4d74a3733811869fb352bde88876cf942d9
Author: Adam Monsen <[email protected]>
AuthorDate: Mon Feb 9 16:57:38 2026 -0800
fix caveman typo
---
Readme.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Readme.md b/Readme.md
index 32312d8..f56cccd 100644
--- a/Readme.md
+++ b/Readme.md
@@ -10,7 +10,7 @@ A standalone tool for archiving Slack messages into a static
site.
Configuration (environment variables):
-- `SLACK_TOKEN` (required; Slack Bot token) ⚠️ warning: this keep secret!
+- `SLACK_TOKEN` (required; Slack Bot token) ⚠️ warning: keep this secret!
- `CHANNELS_ALLOWLIST` (required; comma-separated channel names, e.g.
`#fineract`)
- `OUTPUT_DIR` (optional; relative path for site output, default `docs`)
- `STATE_DIR` (optional; relative path for cursor state, default `state`)