From 7a55bf314e739ab5256e7c2493ddf7bbec08e9a9 Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Wed, 1 Nov 2023 21:38:43 -0700 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 266067e..6c099bb 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ this: ```js [ {"version": "1.0", "title": "1.0.1", "aliases": ["latest"]}, - {"version": "0.9", "title": "0.9", "aliases": [], properties: "anything"} + {"version": "0.9", "title": "0.9", "aliases": [], "properties": "anything"} ] ```