diff --git a/docs/1.0.md b/docs/1.0.md
index 2326975..1764547 100644
--- a/docs/1.0.md
+++ b/docs/1.0.md
@@ -37,7 +37,7 @@ document in your XML:
- [Medium](#medium)
- [Images](#images)
- [Live Item](#live-item)
- - [Content Link](#content-link)
+- [Content Link](#content-link)
- [Social Interact](#social-interact)
- [Block](#block)
- [Txt](#txt)
@@ -1125,8 +1125,8 @@ A bare bones example:
## Content Link
``
-The `contentLink` tag is used to indicate that the content begin delivered by the parent element can be found at an
-external location instead of, or in addition to, being delivered directly to the tag itself within an app. In most
+The `contentLink` tag is used to indicate that the content being delivered by the parent element can be found at an
+external location instead of, or in addition to, the tag itself within an app. In most
instances it is used as a fallback link for the user to use when the app itself can't handle a certain content
delivery directly.
@@ -1134,22 +1134,29 @@ For instance, perhaps a podcast feed specifies a `` to deliver
may also give a `` pointing to YouTube and Twitch versions of the live stream as well, just in
case the listener uses an app that doesn't fully support live streaming content.
-Currently this tag is only indicated for use in the `` tag. In the future, its use will be expanded.
-
### Parent
- `` or ``
+ `- ` or ``
### Count
Multiple
### Node Value
-The node value is a free form string meant to explain to the user where this content link points and/or the nature
-of it's purpose.
+The node value is a free-form string meant to explain to the user where this content link points and/or the nature
+of its purpose.
### Attributes
- **href** (required) A string that is the uri pointing to content outside of the application.
### Examples
+
+(under `
- `)
+
+```xml
+Watch this episode on YouTube!
+```
+
+(under ``)
+
```xml
Live on YouTube!
```
@@ -1159,7 +1166,6 @@ of it's purpose.
```
-
## Social Interact
``
@@ -1731,4 +1737,4 @@ feed [documentation](/publishers/publishers.md) and the `publisher` medium [here
...
-```
\ No newline at end of file
+```