diff --git a/README.md b/README.md index 5b63f3d..d6cd948 100644 --- a/README.md +++ b/README.md @@ -46,15 +46,15 @@ Display an icon with a custom class: 3. Display the icon as html character `�` - {{ entry.fieldName.iconChar }} + {{ entry.fieldName.iconChar|raw }} 4. Display the icon as html character hex `` - {{ entry.fieldName.iconCharHex }} + {{ entry.fieldName.iconCharHex|raw }} 5. Display the icon as span with character and font class - {{ entry.fieldName.iconSpan }} + {{ entry.fieldName.iconSpan|raw }} 6. Get the icon font class