diff --git a/README.md b/README.md index 5617699e..e1655128 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ In MVC views `` tags can be used to conditionally render content based You can also negate the tag helper evaluation to display content when a feature or set of features are disabled. By setting `negate="true"` in the example below, the content is only rendered if `FeatureX` is disabled. ``` HTML+Razor - +

This can only be seen if 'FeatureX' is disabled.

```