diff --git a/README.md b/README.md index cfbd178..e517b5a 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ loopbackClientWithAuth.createToken() count(query) --> query = { where : {name: 'xxx'} }, where = { where: {and: [{name: 'xxx'},{city: 'xxx'}] - *NOT AVAILABLE IN LOOPBACK EXTERNALY * updateAll(query,data) --> query = { where : {name: 'xxx'} }, where = { where: {and: [{name: 'xxx'},{city: 'xxx'}] + *NOT AVAILABLE IN LOOPBACK EXTERNALY * updateAll(query,data) updateById(id,data)