Skip to content

Commit 942316f

Browse files
chore(internal): codegen related update
1 parent 9b5aa41 commit 942316f

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

306306
```sh
307-
$ export OPENLAYER_LOG=info
307+
export OPENLAYER_LOG=info
308308
```
309309

310310
Or to `debug` for more verbose logging:
311311

312312
```sh
313-
$ export OPENLAYER_LOG=debug
313+
export OPENLAYER_LOG=debug
314314
```
315315

316316
## ProGuard and R8

0 commit comments

Comments
 (0)