From 17972fc6033d36b1db2ccbded031b7d6fea13523 Mon Sep 17 00:00:00 2001 From: Christoph Bayer Date: Sun, 17 Feb 2019 09:19:20 +0100 Subject: [PATCH] Add autoSendSessionId parameter to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 238b17b0b..b71995592 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ Parse().initialize( clientKey: ApplicationConstants.keyParseClientKey, debug: true, liveQuery: true, - securityContext: securityContext); + autoSendSessionId: true, + securityContext: securityContext); ``` ## Queries