From 9d4f62edeb424fa5f903b076242f8afc36c8a0c2 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 5 Feb 2023 14:11:01 -0800 Subject: [PATCH] Convert JSON syntax to YAML --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 631f3850..56c34f79 100644 --- a/README.md +++ b/README.md @@ -353,11 +353,10 @@ authors: Optional page parameters: ```yaml -authors: [ - "michael_bluth", # Credit the corresponding author name in the site parameters - {"author": "michael_bluth"}, # Credit the corresponding author name in the site parameters - {"name": "Lucille Bluth"} # Credit this author name -] +authors: +- "michael_bluth" # Credit the corresponding author in the site parameters +- author: "michael_bluth" # Credit the corresponding author in the site parameters +- name: "Lucille Bluth" # Credit this author link: "https://youtu.be/dQw4w9WgXcQ" # The reference for an anchor around the title ```