diff --git a/README.md b/README.md index 61ada43..171c73d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # indeed-php + + A client library for using the Indeed Jobsearch API ### API Credentials @@ -107,4 +109,4 @@ Job keys. A list of job keys specifying the jobs to look up. *This parameter is Format. Which output format of the API you wish to use. The options are "xml" and "json.". Default is "json". `Indeed` requests and parses a json repsonse by default. If you with to use the xml format, requests will be performed with the **raw** parameter set to `True`, see **raw**. **raw** - -A boolean. Receive the raw json/xml response from the Indeed API. Use in addition with *format* to specify which response format you would like. Default is `False` \ No newline at end of file +A boolean. Receive the raw json/xml response from the Indeed API. Use in addition with *format* to specify which response format you would like. Default is `False`