Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
herumes committed Jun 9, 2024
1 parent 29cf392 commit c499e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ After you have an API key, you can set it as an environment variable:
```s
setx SHUTTLEAI_API_KEY "<your_api_key>"
```
[!Note]
This will only work in the current terminal session. To set it permanently, you can use the `setx` command with the `/m` flag.
> [!Note]
> This will only work in the current terminal session. To set it permanently, you can use the `setx` command with the `/m` flag.
```s
setx SHUTTLEAI_API_KEY "<your_api_key>" /m
Expand Down

0 comments on commit c499e55

Please sign in to comment.