aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 60fbaa9..4af37e9 100644
--- a/README.md
+++ b/README.md
@@ -36,8 +36,8 @@ Para visualizar los archivos de vídeo desde UI es necesario tener instalado kon
$ git clone `https://notabug.org/heckyel/librevideoconverter`
$ cd LibreVideoConverter
$ python2.7 test/runtests.py # para realizar pruebas.
- $ python2.7 -m mvc.ui.widgets # Interfaz en GTK
- $ python2.7 -m mvc.ui.console [filename to convert] [conversion type] # desde la terminal o consola
+ $ python2.7 -m lvc.ui.widgets # Interfaz en GTK
+ $ python2.7 -m lvc.ui.console [filename to convert] [conversion type] # desde la terminal o consola
## Contribuir ##