Skip to content

Commit

Permalink
Add missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
robb authored Nov 28, 2023
1 parent d15aacb commit 5458ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Metadata that identifies an Open Stories feed
Items represent stories in the feed. Items in an Open Stories feed match Items of a JSON Feed with the following additions:

- `_open_stories` (required, either [_Image Story_](#image-story) or [_Video Story_](#video-story)): The story this item represents.
- `authors`: (optional, an array of [_Open Stories Authors_](#authors): The authors that created this item.
- `authors`: (optional, an array of [_Open Stories Authors_](#authors)): The authors that created this item.

Addtionally, authoring software of Open Stories is encouraged to populate the `content_html` field of the Item with an approximation of the stories contents, e.g. an `<img>` point at the same `url` as the Item's `_open_stories.url`, with an `alt` attribute matching `_open_stories.alt`.

Expand Down

0 comments on commit 5458ca3

Please sign in to comment.