From ba15bd47d9c20500223fd80ebe0b9c8af69d30af Mon Sep 17 00:00:00 2001 From: Gavin Gilmour Date: Tue, 27 Aug 2024 21:37:49 +0100 Subject: [PATCH] fix README typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb2c408..b7b4c2f 100644 --- a/README.md +++ b/README.md @@ -87,11 +87,11 @@ sleek [FLAGS] [OPTIONS] ... ### Options -- `-i`, `--indent_spaces `: Set the number of spaces to use for +- `-i`, `--indent-spaces `: Set the number of spaces to use for indentation (default: 4). - `-U`, `--uppercase `: Change reserved keywords to ALL CAPS (default: true). -- `-l`, `--lines_between_queries `: Set the number of +- `-l`, `--lines-between-queries `: Set the number of line breaks after a query (default: 2). ## Examples @@ -128,7 +128,7 @@ sleek "queries/*.sql" To format files with custom options: ```bash -sleek --indent_spaces 2 --uppercase false "queries/*.sql" +sleek --indent-spaces 2 --uppercase false "queries/*.sql" ``` To check if files are already formatted: