Skip to content

Commit

Permalink
Fix minor markdown issue
Browse files Browse the repository at this point in the history
minor formatting fix
  • Loading branch information
hossain-khan committed Oct 16, 2012
1 parent dbebcde commit 1c5340a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions howto.md
Expand Up @@ -14,8 +14,8 @@ And following library files:
* `jquery.js` (jquery core library - required for AJAX calls)

### Optional Files ###
* `gapi-client.min.js` [OPTIONAL] (google API JS Client - only required IFF you plan to use this to simplify your life, otherwise you can just use plain-old-ajax-calls to get data)
* `model/liquid.model.tasks.js` [OPTIONAL] (This is an example "model" class, which uses GAPI client to access Google Tasks API)
* `gapi-client.min.js` (google API JS Client - only required IFF you plan to use this to simplify your life, otherwise you can just use plain-old-ajax-calls to get data)
* `model/liquid.model.tasks.js` (This is an example "model" class, which uses GAPI client to access Google Tasks API)



Expand Down

0 comments on commit 1c5340a

Please sign in to comment.