Skip to content

Commit b2315f9

Browse files
docs: remove $ for better copy-pasteabality
1 parent 08da35e commit b2315f9

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
@@ -1360,13 +1360,13 @@ The SDK uses the standard [OkHttp logging interceptor](https://github.com/square
13601360
Enable logging by setting the `ANTHROPIC_LOG` environment variable to `info`:
13611361

13621362
```sh
1363-
$ export ANTHROPIC_LOG=info
1363+
export ANTHROPIC_LOG=info
13641364
```
13651365

13661366
Or to `debug` for more verbose logging:
13671367

13681368
```sh
1369-
$ export ANTHROPIC_LOG=debug
1369+
export ANTHROPIC_LOG=debug
13701370
```
13711371

13721372
## ProGuard and R8

0 commit comments

Comments
 (0)