Skip to content

Commit d635a29

Browse files
committed
fix2
1 parent 544cbb3 commit d635a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)