README.md in linkedin-scraper-1.0.2 vs README.md in linkedin-scraper-1.0.3

- old
+ new

@@ -25,11 +25,11 @@ profile = Linkedin::Profile.get_profile("http://www.linkedin.com/in/jeffweiner08") With a http web-proxy: - profile = Linkedin::Profile.get_profile("http://www.linkedin.com/in/jeffweiner08", {:proxy_ip=>'127.0.0.1',:proxy_port=>'3128'}) + profile = Linkedin::Profile.get_profile("http://www.linkedin.com/in/jeffweiner08", {:proxy_ip=>'127.0.0.1',:proxy_port=>'3128', :username=>"user", :password=>'pass'}) The returning object responds to the following methods @@ -262,10 +262,10 @@ The gem also comes with a binary and can be used from the command line to get a json response of the scraped data. It takes the url as the first argument. - linkedin-scraper http://www.linkedin.com/in/jeffweiner08 + linkedin-scraper http://www.linkedin.com/in/jeffweiner08 127.0.0.1 3128 username password ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/yatish27/linkedin-scraper. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the