diff --git a/README.md b/README.md index a94b22b..ef834e6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # spawn-sticker -A script that let you add stickers on top of HTML elements. \ No newline at end of file +A script that let you add stickers on top of HTML elements. To make it works just add a `data-sticker` attribute to your element. The content of the sticker will be the value of the attribute. + +```html +
World
+``` \ No newline at end of file