Skip to content

Commit

Permalink
chore(readme): md formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Jul 23, 2024
1 parent 4a4de19 commit ad5a92e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ad5a92e

Please sign in to comment.