Skip to content

Commit 7c3897e

Browse files
docs: remove $ for better copy-pasteabality
1 parent 99c266a commit 7c3897e

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

347347
```sh
348-
$ export LITHIC_LOG=info
348+
export LITHIC_LOG=info
349349
```
350350

351351
Or to `debug` for more verbose logging:
352352

353353
```sh
354-
$ export LITHIC_LOG=debug
354+
export LITHIC_LOG=debug
355355
```
356356

357357
## Webhook Verification

0 commit comments

Comments
 (0)