From 7ccb6e4d7377455e97294f63a4c54324561aab58 Mon Sep 17 00:00:00 2001 From: Vivek Date: Mon, 1 Nov 2021 01:07:43 +0530 Subject: [PATCH] :book: Documenting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0963173..89d05e4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Configure in ```.\config\plugins.js``` providerOptions:{ accessToken : "ACCESS_TOKEN", //upload and delete permissions clientSecret : "CLIENT_SECRET", - clientId : "CLIENT_ID" + clientId : "CLIENT_ID", + premium : true // or false } } ```