From 68f79420331799f20176e1a2eb0e477ff485b9a1 Mon Sep 17 00:00:00 2001 From: Jombaju Date: Sat, 24 May 2014 05:00:23 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`