From 1d553865983b5ef73cffda7db8bf44f7d9f461f9 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Fri, 8 Apr 2016 12:21:28 +1200 Subject: Whitespace fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 954c724..b89a1c2 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ This is a tiny program which will output a binary [PGM](https://wikipedia.org/wi Syntax ------ - ./mandelbrot-gen -c size -i max_iterations [-e exponent] \ - [-c cores] [-t thread_multiplier] - [-N cluster-id -T cluster-total] > output.pgm + ./mandelbrot-gen -c size -i max_iterations [-e exponent] \ + [-c cores] [-t thread_multiplier] + [-N cluster-id -T cluster-total] > output.pgm Also check out the other algorithms like `tricorn-gen` and `burning-ship-gen`. You might then want to consider using a tool such as ImageMagick to then convert the (large) output file into something more sane like a PNG. -- cgit v1.1