README.md in linkedin-scraper-1.0.1 vs README.md in linkedin-scraper-1.0.2
- old
+ new
@@ -13,17 +13,23 @@
Install the gem from RubyGems:
gem install linkedin-scraper
-This gem is tested on 1.9.2, 1.9.3, 2.0.0, JRuby1.9, rbx1.9,
+This gem is tested on 1.9.2, 1.9.3, 2.0.0, 2.2, 2.3, JRuby1.9, rbx1.9,
## Usage
Initialize a scraper instance
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'})
+
The returning object responds to the following methods
profile.first_name # The first name of the contact