aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-04-08 12:21:28 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-04-08 12:21:28 +1200
commit1d553865983b5ef73cffda7db8bf44f7d9f461f9 (patch)
treeafc63319c49d7ffd0393721769a2c5ef0c3f8050
parent746a2be3ae20dd1f209cd0d56556a0995f935b83 (diff)
downloadfractal-gen-1d553865983b5ef73cffda7db8bf44f7d9f461f9.tar.xz
Whitespace fix
-rw-r--r--README.md6
1 files 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.