From 1117223cff92c3d937226e8842200f41899a4bb5 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 14 Feb 2025 02:03:55 -0600 Subject: [PATCH] docs; update README.md [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b57a73..5d11849 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This is a background removal app that uses machine learning models to remove the The app is meant to be run from the command line. For example: ```pwsh -bgr /path/to/image.jpg --output /path/to/output.jpg +bgr /path/to/image.jpg --output /path/to/output.png ``` You can find the full list of commands, arguments, and options using the `--help` option: