Skip to content

Commit 60ed63d

Browse files
docs: remove $ for better copy-pasteabality
1 parent 44613f2 commit 60ed63d

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

246246
```sh
247-
$ export BRAND_DEV_LOG=info
247+
export BRAND_DEV_LOG=info
248248
```
249249

250250
Or to `debug` for more verbose logging:
251251

252252
```sh
253-
$ export BRAND_DEV_LOG=debug
253+
export BRAND_DEV_LOG=debug
254254
```
255255

256256
## ProGuard and R8

0 commit comments

Comments
 (0)