From 64df98dd50b6c900be35273d192506dc09d438e3 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Sat, 19 Dec 2020 19:12:10 -0600 Subject: [PATCH] better formatting --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3db6263..e5fbc0a 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,9 @@ full implementation details. Channel or Item (optional | multiple) This element specifies a person of interest to the podcast. It is primarily intended to identify people like hosts, co-hosts and guests. Although, it is flexible enough to allow fuller credits to be given using the roles - and groups that are listed in the Podcast Taxonomy Project. [Taxonomy List](taxonomy.json) + and groups that are listed in the Podcast Taxonomy Project. + + The full taxonomy list is [here](taxonomy.json) as a json file. - `name` (required) This is the full name or alias of the person. - `role` (optional) Used to identify what role the person serves on the show or episode. This should be a reference to an official role within the Podcast Taxonomy Project list. If `role` is missing then "host" is assumed.