Skip to content

Commit 3ccd493

Browse files
authored
Update README.md
1 parent 309eec2 commit 3ccd493

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Debugging doesn't have to be painful!
2222
* [Getting session URL](#getting-session-url)
2323
* [Disable background data collection](#disable-background-data-collection)
2424
* [Using OkHttp interceptor instead of AppSpector Gradle Plugin](#using-okhttp-interceptor-instead-of-appspector-gradle-plugin)
25+
* [Experimental support for URLConnection requests](#experimental-support-for-urlconnection-requests)
2526
* [Features](#features)
2627

2728
# Installation
@@ -378,7 +379,7 @@ new OkHttpClient.Builder()
378379
.build()
379380
```
380381

381-
## Experimental support for URLConnection requests.
382+
## Experimental support for URLConnection requests
382383
At the current moment, the SDK provides API for manual setup in your codebase.
383384
To use it in the project, firstly, you need to add the `urlconnection-extension` gradle dependency:
384385
```groovy

0 commit comments

Comments
 (0)