Fix typo in README.md

This commit is contained in:
an.tsouchlos 2023-12-24 01:03:37 +00:00
parent 5a3c14aeb3
commit a33f9d9834

View File

@ -26,7 +26,7 @@ $ make
```bash
$ docker build -f dockerfiles/Dockerfile.alpine . -t latex-common
```
2. Build example
2. Build examples
```bash
$ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` latex-common make
```