Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Another tweak.
  • Loading branch information
TheRealAgentK authored Oct 22, 2024
1 parent f837dcf commit a266e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a266e9f

Please sign in to comment.