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], } ```