diff options
author | Anthony Wang | 2023-01-18 01:41:59 -0500 |
---|---|---|
committer | Anthony Wang | 2023-01-18 01:41:59 -0500 |
commit | 6327ae546de9d715e7345e37aabdcebae135e2f0 (patch) | |
tree | 526a98eb9899b6aceef6043727932aa6a18c380b | |
parent | a86e888cd4c25dc8a4afaee9d6d614e99fce05e1 (diff) |
Fix another typo in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ Enjoy your new "extremely hardcore" ActivityPub server!!! 🎉😎🚀🙃🥳 ## Features -Since Fuwuqi's code is super duper easy to read and extend, the following features are left as an exercise to the reader; +Since Fuwuqi's code is super duper easy to read and extend, the following features are left as an exercise to the reader: - Multi-user support (hint: dynamically generate `.well-known/webfinger` instead of serving a static file) - Liking posts (hint: the implementation is very similar to `Follow`) - Announcing posts, AKA boosting |