Skip to content

Commit 66f7a4b

Browse files
docs: remove $ for better copy-pasteabality
1 parent c665e21 commit 66f7a4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,13 +1310,13 @@ The SDK uses the standard [OkHttp logging interceptor](http://github.com/square
13101310
Enable logging by setting the `OPENAI_LOG` environment variable to `info`:
13111311

13121312
```sh
1313-
$ export OPENAI_LOG=info
1313+
export OPENAI_LOG=info
13141314
```
13151315

13161316
Or to `debug` for more verbose logging:
13171317

13181318
```sh
1319-
$ export OPENAI_LOG=debug
1319+
export OPENAI_LOG=debug
13201320
```
13211321

13221322
## ProGuard and R8

0 commit comments

Comments
 (0)