Skip to content

Commit 2354d75

Browse files
committed
docs(README.md): minor argument formatting
1 parent d985101 commit 2354d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The scripts in this directory perform HTTP requests to CodeBGP Authentication se
99
because they identify the client account and are pre-configured on the Authentication service. They can be defined as
1010
environment variables:
1111
```
12-
declare -x CODEBGP_AUTH_CLIENT_ID=auth-client-id \
12+
declare -x CODEBGP_AUTH_CLIENT_ID='<auth-client-id>' \
1313
CODEBGP_AUTH_DOMAIN=login.codebgp.com
1414
```
1515

0 commit comments

Comments
 (0)