Skip to content

Commit

Permalink
Fixed typo at proxy authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
skalca committed Mar 21, 2016
1 parent 2932e72 commit 9566990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -175,7 +175,7 @@ crawlConfig.setProxyPort(8080);
If your proxy also needs authentication:
```java
crawlConfig.setProxyUsername(username);
crawlConfig.getProxyPassword(password);
crawlConfig.setProxyPassword(password);
```

### Resumable Crawling
Expand Down

0 comments on commit 9566990

Please sign in to comment.