From 5e06ee6ebc07b6064b4ff220b3f5fcd99e470956 Mon Sep 17 00:00:00 2001 From: vsemozhetbyt Date: Tue, 10 May 2016 18:14:29 +0300 Subject: [PATCH] Fix typos in picturefill description (#279) Escape HTML tag for visibility, add a full stop. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5845c2c..d6468ef 100644 --- a/README.md +++ b/README.md @@ -821,7 +821,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection ## Misc * [echo](https://github.com/toddmotto/echo) - Lazy-loading images with data-* attributes. -* [picturefill](https://github.com/scottjehl/picturefill) - A responsive image polyfill for , srcset, sizes +* [picturefill](https://github.com/scottjehl/picturefill) - A responsive image polyfill for <picture>, srcset, sizes. * [platform.js](https://github.com/bestiejs/platform.js) - A platform detection library that works on nearly all JavaScript platforms. * [json3](https://github.com/bestiejs/json3) - A modern JSON implementation compatible with nearly all JavaScript platforms. * [Logical Or Not](http://gabinaureche.com/logicalornot/) - A game about JavaScript specificities.