Skip to content

Commit 00ad9b1

Browse files
chore(internal): codegen related update
1 parent daee5ae commit 00ad9b1

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

236236
```sh
237-
$ export TERMINAL_LOG=info
237+
export TERMINAL_LOG=info
238238
```
239239

240240
Or to `debug` for more verbose logging:
241241

242242
```sh
243-
$ export TERMINAL_LOG=debug
243+
export TERMINAL_LOG=debug
244244
```
245245

246246
## ProGuard and R8

0 commit comments

Comments
 (0)