From 23e158a6e9c3a8362ef9791d6810f91858dc8e48 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sun, 8 Jan 2023 14:50:53 -0500 Subject: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3