From 3b47f97eb50957fcebace01ba4e73dc4245f5d57 Mon Sep 17 00:00:00 2001 From: Andy Gup Date: Tue, 5 Jan 2016 18:12:02 -0700 Subject: [PATCH] Minor text update to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e7f5ee..f6e18cc 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Go __[here](https://github.com/Esri/offline-editor-js/wiki/FAQ)__ for answers to * There are browser limitations and technical dependencies. The offline capabilities in this toolkit depend on certain JavaScript capabilities being present in the browser. Go [here](doc/dependencies.md) for a detailed breakdown. * Attachments are supported with some limitations listed [here](./doc/attachments.md). * Browser storage space on mobile devices is a known limitation. This applies to stand-alone web applications and hybrid applications. -* The ArcGIS Editor Widget (ArcGIS API for JavaScript v3.x) may not work with `OfflineEditAdvanced` after a full offline restart. It's recommended that you build your own custom editing functionality that is fully mobile compliant. +* The ArcGIS Editor Widget (ArcGIS API for JavaScript v3.x) may not work with `OfflineEditAdvanced` after a full offline restart. It's recommended that you build your own custom editing functionality that is fully mobile and offline compliant. ## Supported browsers * Only the latest versions of Chrome, Firefox and Safari are supported.