From c6d49dbf79215f2c64027ba8f53fb3caa436f3d0 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Thu, 25 Mar 2021 17:07:38 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e659df87..79c579f2a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ auth0 [command] --help ### Onboarding Journey Following these instructions will give you a sense of what's possible with the -auth0 CLI. To start, you will have to login: +Auth0 CLI. To start, you will have to login: #### Login @@ -85,7 +85,7 @@ dashboard, you'll be able to test logging in using a specific application. If you have the client ID, you may specify it via the `--client-id` flag, otherwise a prompt will be presented: -``` +```bash auth0 test login ``` @@ -95,7 +95,7 @@ Once you have a few logins in place, you might wanna tail your logs. This is done by running the following command: ```bash -auth0 logs -f +auth0 logs tail ``` After running that, one might see the following output: @@ -108,7 +108,7 @@ If there are errors encountered, such as the following example, you may run it with the `--debug` flag as follows: ```bash -auth0 logs -f --debug +auth0 logs tail --debug ``` The full raw data will be displayed below every error: