Skip to content

Commit c20680a

Browse files
docs: remove $ for better copy-pasteabality
1 parent a321e4c commit c20680a

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

346346
```sh
347-
$ export ORB_LOG=info
347+
export ORB_LOG=info
348348
```
349349

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

352352
```sh
353-
$ export ORB_LOG=debug
353+
export ORB_LOG=debug
354354
```
355355

356356
## Webhook Verification

0 commit comments

Comments
 (0)