Skip to content

Commit 9104886

Browse files
author
Warren Buckley
authored
Merge pull request #24 from greystate/patch-1
Update README.md (missing attribute)
2 parents 80d3ce3 + d9808e4 commit 9104886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ This tag helper element `<our-version>` prints out version number for a given As
206206
<our-version />
207207
208208
<!-- Prints out the version number of a specific assembly loaded into Current AppDomain -->
209-
<our-version="Our.Umbraco.TagHelpers" />
209+
<our-version assembly="Our.Umbraco.TagHelpers" />
210210
```
211211

212212
## `our-member-include` and `our-member-exclude`

0 commit comments

Comments
 (0)