Ver Fonte

Modification README.md

jmcarica há 2 meses atrás
pai
commit
7f97d21848
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -11,7 +11,7 @@ make
 ./configure --with-zlib=yes --with-zlib-ldflags="`pkg-config zlib --libs`" --with-libxml=yes --with-libxml-cppflags="`pkg-config libxml-2.0 --cflags`" --with-libxml-ldflags="`pkg-config libxml-2.0 --libs`"
 ```
 
-### BUILD ON WINDOWS:
+### BUILD on WINDOWS:
 
 * Optionally generate project files: c:\Python26\python.exe generate.py --include Makefile.xml win32-*-msvc-*
 * Open win32\solution.sln in Visual Studio.