Skip to content

Commit

Permalink
Corregido error en README
Browse files Browse the repository at this point in the history
  • Loading branch information
ncuesta committed Jun 10, 2016
1 parent d404578 commit bbe4c40
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 @@ -31,7 +31,7 @@ $ docker pull ncuesta/latex
Luego, cada vez que querramos ejecutar Latex para generar la salida en PDF:

```console
$ run --rm -v "`pwd`:/latex" -i ncuesta/latex
$ docker run --rm -v "`pwd`:/latex" -i ncuesta/latex
```

### Con PdfLaTeX instalado localmente
Expand Down

0 comments on commit bbe4c40

Please sign in to comment.