Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 2e590a6

Browse files
committed
Correcting the command to run the sample
1 parent 0f636d7 commit 2e590a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The sample shows you how to work with a user's files and folders on OneDrive. In
1616
1. Open a command prompt and type `py -3` to make sure that you are running Python 3.5.
1717
2. Press **CTRL**+**D** and **Enter** to exit _interactive mode_.
1818
3. Navigate to where you downloaded the CommandLineFileExplorer.py sample. If you installed a .zip of the OneDrive SDK for Python, the file should be located in ../onedrive-sdk-python/examples/.
19-
4. Type `py CommandLineFileExplorer.py` to run the sample.
19+
4. Type `python CommandLineFileExplorer.py` to run the sample.
2020
5. The app needs permissions to access your OneDrive. Click **Accept** in the browser to grant permissions access to your OneDrive.
2121

2222
## API features

0 commit comments

Comments
 (0)