From 366939068ad4629491bcf2d1b3021ffd922381f6 Mon Sep 17 00:00:00 2001 From: vlw Date: Thu, 7 Aug 2025 10:23:34 +0200 Subject: [PATCH] doc(style): use h3 for main arguments in README (#3) Reviewed-on: https://codeberg.org/reflect/install/pulls/3 Co-authored-by: vlw Co-committed-by: vlw --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3051619..b434356 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ curl -fsSL https://codeberg.org/reflect/install/raw/branch/master/install.sh | b # Arguments You can pass optional named arguments to this script for headless installation of Reflect. -## `--install` - Don't install, only configure Reflect +### `--install` - Don't install, only configure Reflect ```sh ./install.sh --install=n ``` Pass `--install=n` to prevent download and installation of the Reflect git submodule. Use this option if you're version controlling Reflect from your project repository. -## `--overwrite` - Overwrite existing configuration files +### `--overwrite` - Overwrite existing configuration files ```sh ./install.sh --example=n ```