Skip to content

Commit 39ae10c

Browse files
docs: remove $ for better copy-pasteabality
1 parent 02ee6bc commit 39ae10c

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

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

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

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

360360
## Webhook Verification

0 commit comments

Comments
 (0)