Skip to content

Commit 3ec89ff

Browse files
authored
Move announced_on key in README
1 parent ee99908 commit 3ec89ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ Extra keys for the upcoming events:
6262
* `cfp_link`: A link to the CFP submission page.
6363
* `status`: Typically you want to put "Canceled", "Postponed" or "To be announced" here.
6464
* `date_precision`: Controls the precision of the `start_date` and `end_date` when the conference dates aren't announced just yet but it's confirmed that the conference is happening. Possible values: `full` (implicit default), `month` or `year`. The `start_date` and `end_date` fields still need to be fully formatted ISO8601 dates, you can put the last day of the month/year in it so it also gets ordered properly.
65+
* `announced_on`: The date on which the conference was announced - ISO8601 formatted (yyyy-mm-dd). This date is used as the publish date for the [RSS feed](https://rubyconferences.org/feed.xml) so people can stay up to date with newly announced conferences.
6566

6667
Extra keys for the past events:
6768

6869
* `video_link`: A url to the videos for the event.
69-
* `announced_on`: The date on which the conference was announced - ISO8601 formatted (yyyy-mm-dd). This date is used as the publish date for the [RSS feed](https://rubyconferences.org/feed.xml) so people can stay up to date with newly announced conferences.
7070

7171
**Meetups**
7272

0 commit comments

Comments
 (0)