Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Manuel González Garzón <jmgonzalezgarzon@gmail.com>
  • Loading branch information
juanmanuelgg authored Dec 9, 2024
1 parent 11725a5 commit 4925904
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ La librería puede ser usada desde un tag `<script>` del navegador.

```html
<script
src="https://unpkg.com/react@17.0.2/umd/react.production.min.js"
src="https://unpkg.com/react@18/umd/react.production.min.js""
crossorigin
></script>
<script
src="https://unpkg.com/react-dom@17.0.2/umd/react-dom.production.min.js"
src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"
crossorigin
></script>
<script
src="https://unpkg.com/@bonapata/partes@0.2.12/dist/umd/partes.js"
src="https://unpkg.com/@bonapata/partes@0.4.0/dist/umd/partes.js"
crossorigin
></script>
<script>
Expand Down

0 comments on commit 4925904

Please sign in to comment.