From 9f016472f9f9eea7c146b600992a0d477f1b885f Mon Sep 17 00:00:00 2001 From: "Jorge L. Fatta" Date: Tue, 26 Jan 2021 17:03:28 -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 a7901ca78..222e0ea8a 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ Stripe CLI, etc. 1. Extract 1. Move to `/usr/local/bin/auth0` 1. Setup CLI commands completion for your terminal: - 1. (**bash**) auth0 completion bash > /usr/local/etc/bash_completion.d/auth0 - 1. (**zsh**) auth0 completion zsh > "${fpath[1]}/_auth0" - 1. (**fish**) auth0 completion fish | source + - (**bash**) auth0 completion bash > /usr/local/etc/bash_completion.d/auth0 + - (**zsh**) auth0 completion zsh > "${fpath[1]}/_auth0" + - (**fish**) auth0 completion fish | source - > see full completion options: `auth0 completion -h` +> see full completion options: `auth0 completion -h` ## Dev Setup instructions