Skip to content

Commit

Permalink
Edited README.md via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvit committed Jul 25, 2011
1 parent 064032d commit 992c5c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
@@ -1,8 +1,7 @@
# Feed Tables

Feed tables provide lightweight parsers for Google Spreadsheets data available as a table in cells feed or list feed JSON data formats.
Feed tables work for both Node.js and a client-side JavaScript and currently support only reading the data that has been published as
a Web page. Loading the data is out of the scope of this library, the sample code below shows how you can load the data in Node.js
Feed tables work for both Node.js and a client-side JavaScript. Loading the data is out of the scope of this library, the sample code below shows how you can load the data in Node.js
and a browser using JSONP. You can, however, use any other mechanism to access the data including authorization mechanisms.

### Spreadsheet data
Expand Down

0 comments on commit 992c5c0

Please sign in to comment.