Browse Source

fixed formatting

Toastie 4 years ago
parent
commit
94254fbdfe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      o365/custom-theme.md

+ 1 - 1
o365/custom-theme.md

@@ -12,7 +12,7 @@ Get-Module -Name Microsoft.Online.SharePoint.PowerShell -ListAvailable | Select
 Install-Module -Name Microsoft.Online.SharePoint.PowerShell
 # Connect
 Connect-SPOService -Url https://EnterYouTenantHere-admin.sharepoint.com
-````
+```
 ### Install Theme
 https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/Add-SPOTheme?view=sharepoint-ps
 ```