From edf294cd61ee744c3e0c1d3dd1405c8a7d1a11b4 Mon Sep 17 00:00:00 2001 From: Andrea Giammarchi Date: Wed, 19 Nov 2014 12:58:46 +0000 Subject: [PATCH] updated all wrong abs.twimg references in the documentation --- README.md | 2 +- test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7c44aff..3840800f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ I ❤️ emoji! + src="https://twemoji.maxcdn.com/36x36/2764.png"> emoji! */ ``` diff --git a/test.js b/test.js index 018eedb4..bb38152b 100644 --- a/test.js +++ b/test.js @@ -231,7 +231,7 @@ wru.test([{ },{ name: 'nested nodes', test: function () { - var str = '\u2764', + var str = '\u2764', div = document.createElement('div'), p, img;