Skip to content

Commit f2c19af

Browse files
author
Warren Buckley
authored
Include YouTube video in readme
1 parent 66431c2 commit f2c19af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Browse to `/Views/_ViewImports.cshtml` in your Umbraco project and add the follo
1818
@addTagHelper *, Our.Umbraco.TagHelpers
1919
```
2020

21-
2221
## `<our-dictionary>`
2322
This is a tag helper element `<our-dictionary>` that will use the current page's request Language/Culture to use a dictionary translation from the Umbraco translation section.
2423

@@ -188,5 +187,9 @@ It can be used in one of two ways, either by specifying the `src` attribute to a
188187
<our-svg media-item="@Model.Logo" />
189188
```
190189

190+
## Video 📺
191+
[![How to create ASP.NET TagHelpers for Umbraco](https://user-images.githubusercontent.com/1389894/138666925-15475216-239f-439d-b989-c67995e5df71.png)](https://www.youtube.com/watch?v=3fkDs0NwIE8)
192+
193+
191194
## Attribution
192195
The logo for Our.Umbraco.TagHelpers is made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>

0 commit comments

Comments
 (0)