aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2023-01-18 01:41:59 -0500
committerAnthony Wang2023-01-18 01:41:59 -0500
commit6327ae546de9d715e7345e37aabdcebae135e2f0 (patch)
tree526a98eb9899b6aceef6043727932aa6a18c380b
parenta86e888cd4c25dc8a4afaee9d6d614e99fce05e1 (diff)
Fix another typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6beb0bb..55d9db1 100644
--- a/README.md
+++ b/README.md
@@ -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