Skip to content

Commit 35a3cc6

Browse files
authored
Update README.es.md
1 parent 3204924 commit 35a3cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

1818
## 📝 Instrucciones:
1919

20-
1. Usa el componente [list-group de bootstrap](https://getbootstrap.com/docs/4.1/components/list-group/#basic-example) para renderizar una lista de planetas de un arreglo dado:
20+
1. Usa el componente [list-group de bootstrap](https://getbootstrap.com/docs/5.0/components/list-group/#basic-example) para renderizar una lista de planetas de un arreglo dado:
2121

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

0 commit comments

Comments
 (0)