Skip to content

Commit

Permalink
fix format in documentaion
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasMadsen committed Mar 23, 2013
1 parent 8e10239 commit 82b254c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -66,9 +66,9 @@ query = YQL(*string* __query__ [, *object* __options__])

* query - A YQL query
* options
* ssl: A boolean true/false flag to enable HTTPS (default: `false`)
* headers: Object of valid [HTTP headers](https://secure.wikimedia.org/wikipedia/en/wiki/List_of_HTTP_header_fields) (default `{}`)
* env: Environment files (default: `http://datatables.org/alltables.env`)
* ssl: A boolean true/false flag to enable HTTPS (default: `false`)
* headers: Object of valid [HTTP headers](https://secure.wikimedia.org/wikipedia/en/wiki/List_of_HTTP_header_fields) (default `{}`)
* env: Environment files (default: `http://datatables.org/alltables.env`)


query.exec(*object* __params__, *function* __callback__)
Expand Down

0 comments on commit 82b254c

Please sign in to comment.