diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-08 19:50:53 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-08 19:50:53 +0000 |
commit | 23e158a6e9c3a8362ef9791d6810f91858dc8e48 (patch) | |
tree | 9f3fa890abcaa4bea051a958a356e8bfe438e940 /README.md | |
parent | 87e9ee1072e2d2f78cd05bcfbb48dfac53391ba0 (diff) | |
download | communique-23e158a6e9c3a8362ef9791d6810f91858dc8e48.tar.gz |
readme
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |