From dcd4371ad4900525dbbc0a43546bedfbdb511db3 Mon Sep 17 00:00:00 2001 From: silverpill Date: Sat, 20 Aug 2022 13:21:09 +0000 Subject: [PATCH] Update example --- feps/fep-e232.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/feps/fep-e232.md b/feps/fep-e232.md index 992dcc0..093b42a 100644 --- a/feps/fep-e232.md +++ b/feps/fep-e232.md @@ -30,13 +30,14 @@ Example: ```json { "type": "Note", - "content: "This is a quote:
RE: https://example.com/objects/123", + "content": "This is a quote:
RE: https://example.com/objects/123", "tag": [ { "type": "Link", - "mediaType": "application/activity+json", + "mediaType": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"", "href": "https://example.com/objects/123", - "name": "RE: https://example.com/objects/123" + "name": "RE: https://example.com/objects/123", + "rel": "https://www.w3.org/ns/activitystreams" } ] }