From 059b42d5ff40d20be6a3815873525fe21ebeca93 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Mon, 14 Jun 2021 11:54:07 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05d5e426e..a68b00ef5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can also download a QuickStart sample application that’s already configure ### 🔍 Find issues faster -If you encounter difficulties setting up your integration, use the Auth0 CLI to tail your tenant’s logs for a smoother troubleshooting experience. `auth0 logs tail` will let you inspect the authentication events as they happen. You can easily filter the events from a single Auth0 application with `--client-id ` and use `--debug` to get the raw error details. +If you encounter difficulties setting up your integration, use the Auth0 CLI to tail your tenant’s logs for a smoother troubleshooting experience. `auth0 logs tail` will let you inspect the authentication events as they happen. You can easily filter the events from a single Auth0 application with `--filter "client_id:"` and use `--debug` to get the raw error details. ### 🔁 Simplify repetitive tasks