Skip to content

Commit 7b90f77

Browse files
committed
Update README.md sample with the actual key-value
1 parent daf0b1a commit 7b90f77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ To add an event, append a new object to either the events or eventsNextYear arra
6565
```javascript
6666
const events = [
6767
{
68-
name: "New Event Title",
69-
date: "2024-01-01",
70-
location: "Location Name",
71-
link: "https://pycon.asia"
68+
date: '01-02 Jan',
69+
name: 'PyCon APAC',
70+
location: 'Asia Pacific (rotating)',
71+
link: 'https://pycon.asia'
7272
},
7373
]
7474
```

0 commit comments

Comments
 (0)