Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josemoracard authored Oct 18, 2023
1 parent 5d43175 commit 3204924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/02.2-maping-array-of-objects-to-li/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const htmlList = originalData.map(mappingFunction);

# 📝 Instructions:

1. Use the [list-group bootstrap](https://getbootstrap.com/docs/4.1/components/list-group/#basic-example) component to render a list of planets from a given array:
1. Use the [list-group bootstrap](https://getbootstrap.com/docs/5.0/components/list-group/#basic-example) component to render a list of planets from a given array:

```js
const planets = [ 'Mars', 'Venus', 'Jupiter', 'Earth', 'Saturn', 'Neptune' ];
Expand Down

0 comments on commit 3204924

Please sign in to comment.