From a266e9f244274719f962d88cf8cea62441478d03 Mon Sep 17 00:00:00 2001 From: Kai Koenig Date: Wed, 23 Oct 2024 11:50:26 +1300 Subject: [PATCH] Update README.md Another tweak. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb6b838..96ec271 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,7 @@ const raygunClient = new raygun.Client().init({ }); ``` -Setting `isOffline: true` tells the provider to start in `offline` mode. It will also trigger initialisations of respectively the connection to the cache as specified in `offlineStorageOptions`. +Setting `isOffline: true` tells the provider to start in `offline` mode. It will also trigger the initialisation of the cache, respectively - if the cache directory already exists - it will connect to the cache as specified in `offlineStorageOptions`. ##### Changing online/offline state