Skip to content

Commit 544cbb3

Browse files
committed
fix
1 parent 30245ab commit 544cbb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ php artisan winter:up
4242
- [Winter CMS](https://wintercms.com) version 1.2.7 or newer
4343
- PHP 8.0 or later
4444
- A Dropbox App (created in the [Dropbox App Console](https://www.dropbox.com/developers/apps))
45-
- For **Refresh Token Flow**: You'll need your `App key` and `App secret`.
46-
- For **Temporary Token Flow**: You'll need a manually generated `Access token`.
45+
- For **Refresh Token Flow**: You'll need your `App key` and `App secret`.
46+
- For **Temporary Token Flow**: You'll need a manually generated `Access token`.
4747

4848
## Configuration and Authentication
4949

@@ -70,7 +70,7 @@ You can choose between `refresh_token` and `temp_token` modes.
7070
This is the **secure and persistent** way to authenticate. It uses a long-lived **refresh token** to automatically
7171
obtain new, short-lived **access tokens** as needed, eliminating the need for manual intervention when tokens expire.
7272

73-
###### Setup Steps:
73+
##### Setup Steps:
7474

7575
1. **Add Dropbox App credentials to `.env`**:
7676

@@ -107,7 +107,7 @@ obtain new, short-lived **access tokens** as needed, eliminating the need for ma
107107
This method is quick and easy for **temporary testing**, but the token will **expire after 4 hours** and requires
108108
manual renewal. **Do not use this in production.**
109109
110-
###### Setup Steps:
110+
##### Setup Steps:
111111
112112
1. **Generate a temporary access token:**
113113

0 commit comments

Comments
 (0)