From b068a9d51040060c697184630d2408339c102470 Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 14 Aug 2024 12:25:13 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b326cf53..5d8caaeb 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ type FilenSDKConfig = { // You can either directly supply all needed config parameters to the constructor or call the .login() function to fetch them using your login information. const filen = new FilenSDK({ metadataCache: true, + connectToSocket: true, tmpPath: path.join(os.tmpdir(), "filen-sdk") })