Skip to content

Commit

Permalink
docs: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Jan 15, 2025
1 parent f3720cb commit f979426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ sender options include:
By default, the Trap server is set to display dumps in the console. However, you can easily select your preferred
senders using the `-s` option.

For instance, to simultaneously use the console, file, and server senders, you would input:
For instance, to simultaneously use the console and file senders, you would input:

```bash
vendor/bin/trap -s console -s file -s server
vendor/bin/trap -sconsole -sfile
```

## Contributing
Expand Down

0 comments on commit f979426

Please sign in to comment.