diff options
author | Shav Kinderlehrer <[email protected]> | 2024-04-07 20:40:44 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-04-07 20:40:44 -0400 |
commit | 21b18aac548f6b0fd4aaad920b4a5de0bc6078c0 (patch) | |
tree | c9a2b2e638fbb1e16bac7b417cbc232244eb0ce4 | |
parent | 3b7d5454ccb2875fb45a46ea138d1bffec5b7542 (diff) | |
download | chela-21b18aac548f6b0fd4aaad920b4a5de0bc6078c0.tar.gz chela-21b18aac548f6b0fd4aaad920b4a5de0bc6078c0.zip |
Fix typo in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |