Skip to content

Commit fd2f70e

Browse files
docs: remove $ for better copy-pasteabality
1 parent e521333 commit fd2f70e

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
@@ -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)