Skip to content

Commit

Permalink
Merge pull request #537 from juanmanuelgg/juanmanuelgg-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
juanmanuelgg authored Dec 9, 2024
2 parents 11725a5 + 4925904 commit 4ec5268
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 4ec5268

Please sign in to comment.