Skip to content

Commit 3204924

Browse files
authored
Update README.md
1 parent 5d43175 commit 3204924

File tree

1 file changed

+1
-1
lines changed
  • exercises/02.2-maping-array-of-objects-to-li

1 file changed

+1
-1
lines changed

exercises/02.2-maping-array-of-objects-to-li/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const htmlList = originalData.map(mappingFunction);
2121

2222
# 📝 Instructions:
2323

24-
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:
24+
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:
2525

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

0 commit comments

Comments
 (0)