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