From 1d3bf0d360d6226eb48e972ac2a69b3a9f2b39e0 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sun, 6 Jan 2019 10:10:47 +1100 Subject: [PATCH] Update README.Office365.md --- README.Office365.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Office365.md b/README.Office365.md index b1601cb2..03fba139 100644 --- a/README.Office365.md +++ b/README.Office365.md @@ -5,7 +5,7 @@ ```bash onedrive --get-O365-drive-id '' ``` -3. This will return the following: +3. This will return the following: ```bash Initializing the Synchronization Engine ... Office 365 Library Name: ab-github-odtest @@ -14,7 +14,7 @@ drive_id: b!6H.....l7vVxU5 ## Configuring the onedrive client Once you have obtained the 'drive_id' above, add to your 'onedrive' configuration file (`~/.config/onedrive/config`)the following: -``` +```bash drive_id = "insert the drive id from above here" ```