doc(syntax_highlight_in_latex.md): fix typo

[skip ci]
This commit is contained in:
Soonho Kong 2014-11-24 17:21:34 -05:00
parent a005c8f4d0
commit bf34e626cb

View file

@ -9,7 +9,7 @@ Checkout [Pygments development repository][pygments-dev] and build Pygments:
```bash
hg clone https://bitbucket.org/birkenfeld/pygments-main/
cd pygmentsd-main
cd pygments-main
make mapfiles
sudo ./setup.py install
````