Skip to content

Commit 8c2556e

Browse files
authored
Update README.md
1 parent ed8c127 commit 8c2556e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Al resaltar partes específicas del script con colores, como mensajes de salida
336336
| Parpadeo Morado | `\e[5;35m` | `echo -e "\e[5;35mTexto en Parpadeo Morado\e[0m"` |
337337
| Parpadeo Cian | `\e[5;36m` | `echo -e "\e[5;36mTexto en Parpadeo Cian\e[0m"` |
338338
| No Color | `\033[0m` | |
339-
| Fondo Rojo | `'\033[41m' | `echo -e "\033[0;30m\033[41mTexto con fondo rojo y texto negro\033[0m"` |
339+
| Fondo Rojo | `\033[41m` | `echo -e "\033[0;30m\033[41mTexto con fondo rojo y texto negro\033[0m"` |
340340

341341
## Ejemplo de interfaz CLI
342342
![GitHub Logo](https://github.com/IamJony/Fast-Youtube-Downloader-Scripts/blob/71e8c0593477b8648f207ba50d5a0433e997360a/example.png?raw=true)

0 commit comments

Comments
 (0)