Skip to content

Commit

Permalink
docs: small text chagne
Browse files Browse the repository at this point in the history
  • Loading branch information
at88mph committed Nov 7, 2024
1 parent ea6b464 commit 2720ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/complete/headless.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Example: overriding the command and providing two arguments:
![CLI Secret Field](./cli-secret-field.png)
1. With the CLI secret in your clipboard, create a string with your username and secret, separated by a colon (`:`), and Base64 Encode it:
```sh
ENCODED_HEADER=`echo -n "myusername:my-super-secret" | base64 -i -`
ENCODED_HEADER=`echo -n "myusername:my-secret" | base64 -i -`
```
1. Now use that in the session create command:
```sh
Expand Down

0 comments on commit 2720ea5

Please sign in to comment.