From 23b4b69e4dd833c33a671e56692823fcd0289c2d Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Wed, 28 Jun 2023 22:38:34 -0400 Subject: [PATCH] docs: add items/quantities/rates to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fbdd187313d21e32999338779aa9e2e3ee34c102..d503dfe609f88eced75fa245e760f7b42b7be542 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,9 @@ Or, save repeated information with JSON / YAML: "from": "Dream, Inc.", "to": "Imagine, Inc.", "tax": 0.13, - "rates": 25 + "items": ["Yellow Rubber Duck", "Special Edition Plaid Rubber Duck"], + "quantities": [5, 1], + "rates": [25, 25], } ```