Skip to content

Commit

Permalink
Merge pull request yasserg#115 from skalca/readme-typo-proxy-password
Browse files Browse the repository at this point in the history
Fixed typo at proxy authentication
  • Loading branch information
yasserg committed Mar 21, 2016
2 parents 2932e72 + 9566990 commit 996f6d0
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 @@ -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 996f6d0

Please sign in to comment.