Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
r4m committed Jan 10, 2014
1 parent f182444 commit c2cf903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Proxy server settings can be enabled all Ion requests, or on a per request basis

```java
// proxy all requests
Ion.getDefault(context).proxy("mycomputer", 8888);
Ion.getDefault(context).configure().proxy("mycomputer", 8888);

// or... to proxy specific requests
Ion.with(context, "http://example.com/proxied.html")
Expand Down

0 comments on commit c2cf903

Please sign in to comment.