aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2f718fd..c89bcef 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Run the following steps to see the example above in action.
5. And their outbox
- curl -H 'Accept: application/json' http://localhost:8080/actors/sample/outbox | python3 -m json.tool
+ curl -H 'Accept: application/json' http://localhost:8080/actors/sample/outbox | python3 -m json.tool
If this were running on a real domain, like "https://example.com", we would now be able to follow this actor at `@sample@example.com` from any ActivityPub service and see its posts on our timeline.