Skip to content

Commit

Permalink
fix: Fix typo in README (#278)
Browse files Browse the repository at this point in the history
Update README.md - Fix typo in environment variable

Environment variable should not have $ prefix
  • Loading branch information
tarqd authored May 14, 2024
1 parent d079561 commit 6404aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Available `config` commands:
To save a setting as an environment variable, prepend the variable name with `LD`. For example:

```shell
export $LD_ACCESS_TOKEN api-00000000-0000-0000-0000-000000000000
export LD_ACCESS_TOKEN=api-00000000-0000-0000-0000-000000000000
```

To save a setting in the configuration file:
Expand Down

0 comments on commit 6404aa0

Please sign in to comment.