Skip to content

Commit c162005

Browse files
docs: remove $ for better copy-pasteabality
1 parent 4e9004a commit c162005

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

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

350350
```sh
351-
$ export BRAINTRUST_LOG=info
351+
export BRAINTRUST_LOG=info
352352
```
353353

354354
Or to `debug` for more verbose logging:
355355

356356
```sh
357-
$ export BRAINTRUST_LOG=debug
357+
export BRAINTRUST_LOG=debug
358358
```
359359

360360
## ProGuard and R8

0 commit comments

Comments
 (0)