aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-08 19:50:53 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-08 19:50:53 +0000
commit23e158a6e9c3a8362ef9791d6810f91858dc8e48 (patch)
tree9f3fa890abcaa4bea051a958a356e8bfe438e940
parent87e9ee1072e2d2f78cd05bcfbb48dfac53391ba0 (diff)
downloadcommunique-23e158a6e9c3a8362ef9791d6810f91858dc8e48.tar.gz
readme
Diffstat (limited to '')
-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.