From c50d0c0d31dd54cd76160160b172398a5a788a91 Mon Sep 17 00:00:00 2001 From: andreasjansson Date: Fri, 31 Jan 2025 11:50:44 +0100 Subject: [PATCH] Add missing backticks to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 008a638..094c530 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,8 @@ options: --parallel PARALLEL Number of parallel prediction threads. -v, --verbose Increase verbosity level (max 3)``` +``` + ### Using a configuration file You can use a configuration file instead of passing all arguments on the command line. If you create a file called `cog-safe-push.yaml` in your Cog directory, it will be used. Any command line arguments you pass will override the values in the config file.