From a8116d7346f94362f0d105dc32d1a5bbc9fa94f5 Mon Sep 17 00:00:00 2001 From: Ranjan2002 <67750487+Ranjan2002@users.noreply.github.com> Date: Sat, 2 Oct 2021 16:10:49 +0530 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3dee6692..956ce002 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ The HTML5 Shiv enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explorer 6-9, Safari 4.x (and iPhone 3.x), and Firefox 3.x. -### What do these files do? +## What do these files do? #### `html5shiv.js` * This includes the basic `createElement()` shiv technique, along with monkeypatches for `document.createElement` and `document.createDocumentFragment` for IE6-8. It also applies [basic styling](https://github.com/aFarkas/html5shiv/blob/51da98dabd3c537891b7fe6114633fb10de52473/src/html5shiv.js#L216-220) for HTML5 elements for IE6-9, Safari 4.x and FF 3.x.