README.md in lita-zendesk-0.0.4 vs README.md in lita-zendesk-0.0.5

- old
+ new

@@ -42,10 +42,12 @@ `zd` or `zendesk` both work for signaling the handler. ``` Lita > @lita help +Lita: zd connection - returns information on the Zendesk connection +Lita: zd search tickets <QUERY> - returns search results Lita: zd tickets - returns the total count of all unsolved tickets Lita: zd all tickets - returns the count of all tickets Lita: zd pending tickets - returns a count of tickets that are pending Lita: zd new tickets - returns the count of all new (unassigned) tickets Lita: zd escalated tickets - returns a count of tickets with escalated tag that are open or pending @@ -73,10 +75,14 @@ Lita * https://www.lita.io/ -Ported and adapted from `hubot-scripts/zendesk.coffee`: +Zendesk Search API + +* https://developer.zendesk.com/rest_api/docs/core/search + +Ported and enhanced from `hubot-scripts/zendesk.coffee`: * https://github.com/github/hubot-scripts/blob/master/src/scripts/zendesk.coffee ## Contributing