Skip to content

Commit 40bb972

Browse files
author
Nico Thomaier
committed
docs(readme-dev): use client_secret in env example
1 parent 5066e04 commit 40bb972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ So one has to configure his/her office/sharepoint credentials.
1515
To do so, create a file ```.env``` like this (replace the bracketed values by your values):
1616

1717
```
18-
export office365_python_sdk_securevars='{username};{password};{client_id};{client_password}'
18+
export office365_python_sdk_securevars='{username};{password};{client_id};{client_secret}'
1919
```
2020

2121
This file is in .gitignore, so it will never be committed.

0 commit comments

Comments
 (0)