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:
parent
efdc90f699
commit
a876070ccb
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue