From b3375c175ef9745b9b5939eaa783a36632952a1d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 19 Jul 2019 13:12:01 +0100 Subject: [PATCH] Extraneous characters --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05f4891b..77158c39 100644 --- a/README.md +++ b/README.md @@ -385,7 +385,7 @@ This extends the ActivityPub client-to-server protocol to include activities cal ``` json { 'type': 'Delegate', - 'actor': https://'+somedomain/users/admin, + 'actor': https://somedomain/users/admin, 'object': { 'type': 'Role', 'actor': https://'+somedomain+'/users/'+other, @@ -415,7 +415,7 @@ This extends the ActivityPub client-to-server protocol to include an activity ca ``` json { 'type': 'Skill', - 'actor': https://'+somedomain/users/somenickname, + 'actor': https://somedomain/users/somenickname, 'object': gardening;80, 'to': [], 'cc': []} @@ -437,7 +437,7 @@ This extends the ActivityPub client-to-server protocol to include an activity ca ``` json { 'type': 'Availability', - 'actor': https://'+somedomain/users/somenickname, + 'actor': https://somedomain/users/somenickname, 'object': ready, 'to': [], 'cc': []}