From 24a097e42e0953cd1147304bbb7623d891e3cff2 Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+HMellor@users.noreply.github.com> Date: Wed, 19 Jul 2023 23:47:29 +0100 Subject: [PATCH] Document currency field (#35) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a136da0..9a7382ca 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Then, populate the `Object` in `js/items.js` with the information for of the ite - `subtitle` (`String`): item subtitle - `detail` (`String`): item detail text - `secondaryImage` (`String`): path or URL to the secondary image +- `currency` (`String`): the currency symbol to use - `amount` (`Number`): item starting price, - `endTime` (`string`): item end time in [ISO 8601 format](https://tc39.es/ecma262/#sec-date-time-string-format) (`YYYY-MM-DDTHH:mm:ss.sssZ`)