Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
update example from JSON to JS
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoma committed Oct 6, 2019
1 parent 05163cf commit 8ce3f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ window.addEventListener('DOMContentLoaded', init)

**Step Three:** Enjoy your data!

```json
```js
[ { name: "Carrot", category: "Vegetable", healthiness: "Adequate" },
{ name: "Pork Shoulder", category: "Meat", healthiness: "Questionable" },
{ name: "Bubblegum", category: "Candy", healthiness: "Super High"} ]
Expand Down

0 comments on commit 8ce3f61

Please sign in to comment.