Update compilation authored by Karel Slaný's avatar Karel Slaný
......@@ -125,7 +125,7 @@ The following script builds the .dmg package if the application has already been
./scripts/build_dmg.sh
```
### WINDOWS - Building the Application
### Windows - Building the Application
Building procedure of the Datovka application for Windows requires:
......@@ -147,7 +147,7 @@ qmake.exe datovka.pro PORTABLE_APPLICATION=1 -r -spec win32-g++
mingw32-make.exe
```
### WINDOWS - Build Packages and Installer
### Windows - Build Packages and Installer
Building of Datovka installer for Windows requires:
......
......