Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenreda committed Nov 20, 2023
1 parent 36011b7 commit cb05e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ Los elementos básicos a utilizar en el contenido de los proyectos y noticias so
| elemento | markdown | resultado |
| -------- | -------------------------------------------------------------------- | ------------------------------------------------------------------ |
| negrita | `**negrita**` | **negrita** |
| cursiva | `**cursiva**` | _cursiva_ |
| cursiva | `*cursiva*` | *cursiva* |
| link | `[Web de Enreda](https://enreda.coop/)` | [Web de Enreda](https://enreda.coop/) |
| imagen | `![Logo de Enreda](https://enreda.coop/assets/img/enreda-black.png)` | ![Logo de Enreda](https://enreda.coop/assets/img/enreda-black.png) |

0 comments on commit cb05e6c

Please sign in to comment.