README.md in direct_employers-0.0.1 vs README.md in direct_employers-0.0.2
- old
+ new
@@ -16,12 +16,13 @@
Usage Examples
--------------
require 'direct_employers'
- @client = DirectEmployers.new
+ @client = DirectEmployers.new({key: => "abc123"}) #Add your development key
@client.search({moc: => ""11b}) # Return an array for all matching job listings for MOC of 11b
@client.search.query # => "First-Line Supervisors/Managers of Weapons Specialists/Crew Members, Infantry"
+ @client.search.api.jobs.job.first.company # => "Tennessee Employer"
Contributing
------------
In the spirit of [free software](http://www.fsf.org/licensing/essays/free-sw.html), **everyone** is encouraged to help improve this project.
\ No newline at end of file