Skip to content

Commit

Permalink
Readme patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mryellow committed Jun 20, 2014
1 parent 99101fa commit 42efc6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,8 @@ Introduction

echo "\nGet _changes feed\n";
try {
// hmm maybe easier to just hit "feed" instead of "getChanges"
//$res = $client->getChanges();
$res = $client->feed('normal'); // normal|longpoll|continuous|websocket
$res = $client->getChanges();
var_dump(array('res'=>$res));
unset($users);
} catch ( Exception $e ) {
Expand Down Expand Up @@ -208,7 +207,7 @@ Don't hesitate to submit feedback, bugs and feature requests!
Resources
=========

[Admin REST API](http://docs.couchbase.com/sync-gateway/#admin-rest-api)
[Admin REST API (older docs)](http://docs.couchbase.com/sync-gateway/#admin-rest-api)

[Couchbase Lite REST API](http://developer.couchbase.com/mobile/develop/references/couchbase-lite/rest-api/index.html)

Expand Down

0 comments on commit 42efc6a

Please sign in to comment.