Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimdron committed Nov 18, 2020
1 parent 309eec2 commit 3ccd493
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Debugging doesn't have to be painful!
* [Getting session URL](#getting-session-url)
* [Disable background data collection](#disable-background-data-collection)
* [Using OkHttp interceptor instead of AppSpector Gradle Plugin](#using-okhttp-interceptor-instead-of-appspector-gradle-plugin)
* [Experimental support for URLConnection requests](#experimental-support-for-urlconnection-requests)
* [Features](#features)

# Installation
Expand Down Expand Up @@ -378,7 +379,7 @@ new OkHttpClient.Builder()
.build()
```

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

0 comments on commit 3ccd493

Please sign in to comment.