Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
pgte committed Nov 23, 2011
1 parent b326c7b commit e04972d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ You can also pass some options on the second argument like this:
* couchdb_bulk: Use CouchDB-like _changes feed (server should accept since=x querystring argument)
* push_strategy
* restful_ajax: Use RESTful webservice that obey this scheme:
PUT http://myhost.com/posts
GET http://myhost.com/posts/1
POST http://myhost.com/posts/1
DELETE http://myhost.com/posts/1
* PUT http://myhost.com/posts
* GET http://myhost.com/posts/1
* POST http://myhost.com/posts/1
* DELETE http://myhost.com/posts/1

### put:

Expand Down

0 comments on commit e04972d

Please sign in to comment.