From 21e8aba2f8cddf75d7d638853d73659cf022de16 Mon Sep 17 00:00:00 2001 From: jacob janzen <53062115+JacobJanzen@users.noreply.github.com> Date: Tue, 23 Aug 2022 12:26:14 -0500 Subject: Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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 --height --frames --num-cells --out + ``` OPTIONS: +``` -f, --frames number of gif frames -h, --height height of the image --help Print help information @@ -13,3 +16,4 @@ OPTIONS: -o, --out output file -V, --version Print version information -w, --width width of the image +``` -- cgit v1.2.3