From f9794267ec589250165b727b1e1f23ea19969835 Mon Sep 17 00:00:00 2001 From: roxblnfk Date: Wed, 15 Jan 2025 13:21:09 +0400 Subject: [PATCH] docs: fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d12d98..dc0eea4 100644 --- a/README.md +++ b/README.md @@ -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