From ad5a92ebd1d33c22234e07ac747e3cc1fc858551 Mon Sep 17 00:00:00 2001 From: cmdoret <cyril.mattheydoret@gmail.com> Date: Tue, 23 Jul 2024 20:19:46 +0200 Subject: [PATCH] chore(readme): md formatting --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 786ff3b..aac06c4 100644 --- a/README.md +++ b/README.md @@ -120,14 +120,12 @@ echo "The quick brown fox jumps over the lazy dog" > secret.txt tripsu pseudo -s secret.txt -x index.nt -c rules.yaml input.nt > output.nt ``` -> [!TIP] -> For each subcommand, you can use `--help` to see all options. - In both subcommands, the input defaults to stdin and the output to stdout, allowing to pipe both up- and downstream `tripsu` (see next section). -For more information about use-cases and configuration, see the -[tutorial](docs/tutorial.md). +> [!TIP] +> Each subcommand supports the `--help` option to show all options. +> For more information about use-cases and configuration, see the [tutorial](docs/tutorial.md). ## Development