Skip to content

Commit

Permalink
Remove stray line (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna authored Oct 13, 2023
1 parent bb667ac commit b0f7b4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/mobileproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ Kotlin example:
val proxy = Proxy(Proxy.Type.HTTP, InetSocketAddress("localhost", 1234))
val client = OkHttpClient.Builder().proxy(proxy).build()
```
https://square.github.io/okhttp/4.x/okhttp/okhttp3/-ok-http-client/-builder/proxy/


### JVM (Java, Kotlin)

Expand Down

0 comments on commit b0f7b4f

Please sign in to comment.