From 8aaf435225ef0f638f905fa31ca284ae03eaedd8 Mon Sep 17 00:00:00 2001 From: Antoni Sawicki Date: Mon, 26 Oct 2020 02:08:44 -0700 Subject: [PATCH] readme update --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c447a4d..6c32e3c 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,12 @@ Fortunately ACI allows port 80 without encryption. ## Flags ``` --l listen address:port, default :8080 --t image type gif (default) or png, when using PNG number of colors is ignored --g image geometry, WxHxC, height can be 0 for unlimited, default 1152x600x256 --h headed mode, display browser window on the server --d chromedp debug logging --n do not free maps and gif images after use +-l listen address:port (default :8080) +-t image type gif or png (default git) +-g image geometry, WxHxC, height can be 0 for unlimited (default 1152x600x256) +-h headless mode, hide browser window on the server (default true) +-d chromedp debug logging (default false) +-n do not free maps and gif images after use (default false) ``` ## Minimal Requirements