Skip to content

Commit 2af988f

Browse files
docs: remove $ for better copy-pasteabality
1 parent a0b7729 commit 2af988f

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

413413
```sh
414-
$ export DODO_PAYMENTS_LOG=info
414+
export DODO_PAYMENTS_LOG=info
415415
```
416416

417417
Or to `debug` for more verbose logging:
418418

419419
```sh
420-
$ export DODO_PAYMENTS_LOG=debug
420+
export DODO_PAYMENTS_LOG=debug
421421
```
422422

423423
## ProGuard and R8

0 commit comments

Comments
 (0)