Skip to content

Commit

Permalink
Update documentation. Issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
tdphillipsjr committed May 17, 2016
1 parent 8fe7ce5 commit 4ca4164
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 @@ -90,7 +90,7 @@ Use this service to post Applications in to Greenhouse. Use of this Service req
```
<?php
$appService = $greenhouseService->getApplicationService();
$appService = $greenhouseService->getApplicationApiService();
$postParams = array('
'first_name' => 'Johnny',
'last_name' => 'Test',
Expand Down

0 comments on commit 4ca4164

Please sign in to comment.