Skip to content

Commit

Permalink
MarkDown fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spier committed Oct 22, 2011
1 parent 5236a2a commit 06ad8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usatoday/README.md
@@ -1,6 +1,6 @@
# YQL tables for APIs of USA Today

Provides access to the [APIs of USA Today][usatoday] via YQL.
Provides access to the [Article API of USA Today][usatoday] via YQL.

NOTE:
Currently these tables only create YQL mappings for the Article API.
Expand Down Expand Up @@ -52,7 +52,7 @@ Then you can load the [YQL console][console] and try the examples below, always
* articles from a specific **section**

SET api_key="YOUR_API_KEY" ON usatoday;
SELECT * FROM usatoday.articles.section WHERE section='health';
SELECT * FROM usatoday.articles.section WHERE section='tech';

* articles from a specific **section** and **time range**

Expand Down

0 comments on commit 06ad8e5

Please sign in to comment.