Fix markdown issue in C++ demo README

Commands were rendered incorrectly due to missing spaces, causing that `mapnik-config --prefix` was rendered without backticks, which are necessary.
This commit is contained in:
Germán Larraín 2016-05-31 13:14:27 -03:00
parent efdc90f699
commit a876070ccb

View file

@ -52,11 +52,11 @@ If you do not have svn installed you can grab gyp from:
Simply type:
make
make
Then to run do:
./rundemo `mapnik-config --prefix`
./rundemo `mapnik-config --prefix`
On OS X you can also create an xcode project: