diff --git a/README.md b/README.md index 569bbb0..dbac630 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,6 @@ help-overlay-stop: events being passed are the original chardin.js event objects. -Note: The chardin.js attributes will not work on elements that get replaced at compile time, particularly those that are angular directives with replace:true. The workaround for this is to enclose the directive with a simple html wrapper element (e.g., or a
) with the chardin.js attributes on it. +Note: The chardin.js attributes will not work on elements that get replaced at compile time, particularly those that are angular directives with replace:true. The workaround for this is to enclose the directive with a simple html wrapper element (e.g., ```HTML or a
```) with the chardin.js attributes on it. The example folder contains a modified example of the original chardin.js (i.e., minus the image animate).