From baf59d886d009a7823488620c541cec3e53da4be Mon Sep 17 00:00:00 2001 From: Benjamin Crozat Date: Sun, 11 Jun 2017 12:17:39 +0200 Subject: [PATCH] Updated README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 470f47a..2434586 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ Next, add the following in ```app/filesystems.php```: 'dropbox' => [ 'driver' => 'dropbox', - 'app_secret' => env('DROPBOX_APP_SECRET'), 'token' => env('DROPBOX_TOKEN'), ], @@ -46,11 +45,10 @@ Next, add the following in ```app/filesystems.php```: Then, in your ```.env``` file: ``` -DROPBOX_APP_SECRET=your_app_secret_key DROPBOX_TOKEN=your_access_token ``` -**Dealing with Dropbox for the first time? Here's the [link](https://www.dropbox.com/developers/apps/create) to create your first application and generate your app secret key and access token.** +**Dealing with Dropbox for the first time? Here's the [link](https://www.dropbox.com/developers/apps/create) to create your first application and generate your access token.** ## License