diff --git a/_includes/parse-server/live-query.md b/_includes/parse-server/live-query.md index 7786b4240..2c3ea8237 100644 --- a/_includes/parse-server/live-query.md +++ b/_includes/parse-server/live-query.md @@ -34,7 +34,7 @@ The `ws` protocol URL of the LiveQuery server is the hostname and port which the ## Client Setup -We provide JavaScript and iOS LiveQuery Clients for now. Lets use the JavaScript client as an example. In order to use LiveQuery, you need to initialize a `Parse.Query` object and subscribe to it. +We provide JavaScript, Android and iOS LiveQuery Clients for now. Lets use the JavaScript client as an example. In order to use LiveQuery, you need to initialize a `Parse.Query` object and subscribe to it. ```javascript let query = new Parse.Query('People');