diff --git a/README.md b/README.md index 45ee938..87b39f1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ -# Made-With-X +# Made With X Made with literally anything but love Drop this in your page just before `` +```html +``` Then drop anything except love in to your page by using +```html +``` diff --git a/index.js b/index.js index 966680e..c42ad0b 100644 --- a/index.js +++ b/index.js @@ -18,4 +18,4 @@ let things = document.getElementsByClassName('made-with-x'); Array.prototype.forEach.call(things, function(thing) { let pick = Math.floor((Math.random() * (X.length))); thing.innerHTML = '&#x' + X[pick].emoji_unicode; -}) +});