aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacob janzen <53062115+JacobJanzen@users.noreply.github.com>2022-08-23 12:26:14 -0500
committerGitHub <noreply@github.com>2022-08-23 12:26:14 -0500
commit21e8aba2f8cddf75d7d638853d73659cf022de16 (patch)
tree0fa6ab65c0d05c75e23e1b888c092badf8f33164
parent9ef6fcfc11ef780bbd90c55dcbb9ab2dc6bbd7ec (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e795212..8a5efb8 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,12 @@
Creates a procedurally generated image that sort of looks like bubbles
USAGE:
+ ```
bubbles --width <WIDTH> --height <HEIGHT> --frames <FRAMES> --num-cells <NUM_CELLS> --out <OUT>
+ ```
OPTIONS:
+```
-f, --frames <FRAMES> number of gif frames
-h, --height <HEIGHT> height of the image
--help Print help information
@@ -13,3 +16,4 @@ OPTIONS:
-o, --out <OUT> output file
-V, --version Print version information
-w, --width <WIDTH> width of the image
+```