Skip to content

Commit 966506e

Browse files
committed
README tweaks.
1 parent f72f99d commit 966506e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can install this package from the root directory by running::
1313
After installation, to get started, open a Python console::
1414

1515
>>> import dropbox
16-
>>> dbx = dropbox.Dropbox(YOUR_ACCESS_TOKEN)
16+
>>> dbx = dropbox.Dropbox("YOUR_ACCESS_TOKEN")
1717
>>> dbx.users_get_current_acccount()
1818

1919
Creating an Application
@@ -23,12 +23,12 @@ You need to create an Dropbox Application to make API requests.
2323

2424
- Go to https://dropbox.com/developers/apps.
2525

26-
Obtaining a User Token
27-
----------------------
26+
Obtaining an Access Token
27+
-------------------------
2828

29-
All requests need to be made with a user token. To get started, once you've
30-
created an app, you can go to the app's console and generate an access token
31-
for your own Dropbox account.
29+
All requests need to be made with an OAuth 2 access token. To get started, once
30+
you've created an app, you can go to the app's console and generate an access
31+
token for your own Dropbox account.
3232

3333
Examples
3434
--------

0 commit comments

Comments
 (0)