aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2024-04-07 20:40:44 -0400
committerShav Kinderlehrer <[email protected]>2024-04-07 20:40:44 -0400
commit21b18aac548f6b0fd4aaad920b4a5de0bc6078c0 (patch)
treec9a2b2e638fbb1e16bac7b417cbc232244eb0ce4
parent3b7d5454ccb2875fb45a46ea138d1bffec5b7542 (diff)
downloadchela-21b18aac548f6b0fd4aaad920b4a5de0bc6078c0.tar.gz
chela-21b18aac548f6b0fd4aaad920b4a5de0bc6078c0.zip
Fix typo in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60ba570..736dde5 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ If this variable is set, Chela will use the `X-Real-IP` header as the client IP
If you would like Chela to listen for HTTP requests over a Unix socket, set this variable to the socket path that it should use. By default, Chela will listen via a Tcp socket.
##### `CHELA_ALPHABET`
-If this variable is set, Chela will use the characters in `CHELA_ALPHABET` to create IDs for URLs. The default alphabet is `abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ`. See [here](https://sqids.org/faq#unique)
+If this variable is set, Chela will use the characters in `CHELA_ALPHABET` to create IDs for URLs. The default alphabet is `abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ`. See [here](https://sqids.org/faq#unique) for more information on Sqids alphabets.
### Manually
#### Build