From d80078f1dd8ed4a189d904e0dd27591964ebae79 Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Wed, 27 Mar 2013 21:39:38 -0300 Subject: [PATCH] Fix formatting issues on Readme.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c0c8bc..8c981b1 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ supports multi-threading through Boost's threading API and runs on Windows, OS X Requirements: -------------- -[CMake](http://www.cmake.org) (2.8.8) -[Boost](http://www.boost.org) (tested with v1.50 and higher) -[libpng](http://www.libpng.org/pub/png/libpng.html) (1.5.13) +[CMake](http://www.cmake.org) (2.8.8)
+[Boost](http://www.boost.org) (tested with v1.50 and higher)
+[libpng](http://www.libpng.org/pub/png/libpng.html) (1.5.13)
[zlib](http://www.zlib.net) (1.2.5) Installation: @@ -74,5 +74,5 @@ I would invoke the following command: If I wanted to compress a texture with the default amount of simulated annealing 100 times using the parallel algorithm with atomic synchronization primitives, I would invoke the following command: - CLTool/tc -n 100 -a path/to/image.png + CLTool/tc -n 100 -a path/to/image.png