aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.