From f23dd9e6e88544b3006761242e65c0cfde8ba4bf Mon Sep 17 00:00:00 2001 From: tripathyr Date: Tue, 23 Jun 2020 19:53:38 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 952cfe8..064c3ec 100644 --- a/README.md +++ b/README.md @@ -621,7 +621,7 @@ Usually ObjectData and GeneralData systems will support most of user needs. But If lower vectorClock is specified, it will give all cloud stored application data after that vectorClock. If upper vectorClock is specified, it will give all cloud stored application data before that vectorClock. If at vectorClock is specified, it will give cloud stored application data exactly at that vectorClock. -If most recent vectorClock is specified, it will give just the last stored application data. +If most recent vectorClock is set as true, it will give just the last stored application data. #### No local IDB storage Application Data results are not stored in local IndexedDB by Standard Operations Framework.