diff --git a/docs/attributes.md b/docs/attributes.md index f14c328ea..7211381f5 100644 --- a/docs/attributes.md +++ b/docs/attributes.md @@ -439,7 +439,12 @@ export default { { description: 'Take Noah to basketball practice.', isComplete: false, - dates: { weekdays: 6 }, // Every Friday + dates: { + repeat: { + from: null, + weekdays: 6 // Every Friday + } + }, color: 'red', }, ];