From 248d43ed31a2255f884cb3d2c091df433dd8f5e7 Mon Sep 17 00:00:00 2001
From: JakubPiegza <45433779+JakubPiegza@users.noreply.github.com>
Date: Thu, 30 Jan 2020 18:19:22 +0100
Subject: [PATCH] Update description.md
---
.../description.md | 24 +++++++------------
1 file changed, 8 insertions(+), 16 deletions(-)
diff --git a/Content Types/Create/Create content type and add directly to SPO list/description.md b/Content Types/Create/Create content type and add directly to SPO list/description.md
index 0178bdc2..ca9aca82 100644
--- a/Content Types/Create/Create content type and add directly to SPO list/description.md
+++ b/Content Types/Create/Create content type and add directly to SPO list/description.md
@@ -2,19 +2,13 @@ A short script to create a content type, and add it directly to a SharePoint Onl
-The script is fully described in an article here:
-
-http://social.technet.microsoft.com/wiki/contents/articles/31051.sharepoint-online-content-types-in-powershell.aspx
-
-
-
+The script is fully described in an article [here](http://social.technet.microsoft.com/wiki/contents/articles/31051.sharepoint-online-content-types-in-powershell.aspx).
### How to use?
+1. Download and install [SharePoint Online SDK](https://www.microsoft.com/en-us/download/details.aspx?id=42038).
-1. Download and install SharePoint Online SDK.
-
-2. Download the .ps1 file.
+2. Download the *.ps1* file.
3. Open the file (you can do it also in NotePad)
@@ -36,17 +30,15 @@ $ParentContentTypeID="0x01"
$Group="List Content Types"
```
-a) Find on your computer where SharePoint.Clitent.dll and SharePoint.Client.Runtime.dll libraries are located and insert the correct paths
-b) Instead of "admin@tenant.onmicrosoft.com" enter you username
-c) Instead of "https://tenant.sharepoint.com/sites/teamsitewithlibraries" enter the name of the site collection where you want to find the content types
-d) Fill in the properties of the content type.
+a) Find on your computer where SharePoint.Clitent.dll and SharePoint.Client.Runtime.dll libraries are located and insert the correct paths
+b) Instead of "admin@tenant.onmicrosoft.com" enter you username
+c) Instead of "https://tenant.sharepoint.com/sites/teamsitewithlibraries" enter the name of the site collection where you want to find the content types
+d) Fill in the properties of the content type.
-
5. Run the script in Powershell (any module).
-6. When the script has executed, Powershell will show a message Content Type Name of the Content Type2 has been added to Url of the Site.
+6. When the script has executed, Powershell will show a message *Content Type Name of the Content Type2 has been added to Url of the Site*.
-
Enjoy and please share feedback!