fix formatting of README

This commit is contained in:
Morgan McMillian 2017-11-05 06:25:21 -08:00
parent 97727c73d2
commit e265ec7592

View file

@ -13,10 +13,10 @@ Stay tuned for examples on each method coming soon.
Build Build
====== ======
*Simulator* ### Simulator
```qmake -spec blackberry-x86-qcc CONFIG+=debug CONFIG+=simulator ```qmake -spec blackberry-x86-qcc CONFIG+=debug CONFIG+=simulator
make``` make```
*Device* ### Device
```qmake -spec blackberry-armv7le-qcc CONFIG+=debug_and_release CONFIG+=device ```qmake -spec blackberry-armv7le-qcc CONFIG+=debug_and_release CONFIG+=device
make``` make```