Skip to content

Commit

Permalink
Document currency field (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmellor committed Jul 19, 2023
1 parent e58ac86 commit 24a097e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)

Expand Down

0 comments on commit 24a097e

Please sign in to comment.