From 42b49924845d58083a31d99a2acc676ebae2b6d3 Mon Sep 17 00:00:00 2001 From: Zearin Date: Thu, 19 Jan 2023 10:29:41 -0500 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix incorrect fenced-code block language - Add some `abbr` markup for some abbreviations I didn’t recognize 🤓 - Markup table header cells appropriately --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 400f7ef..fbea55e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ npm install --save container-query-polyfill Alternatively, you can use it directly from a CDN: -```js +```html ``` @@ -48,7 +48,7 @@ For the best user experience, it's recommended that you initially only use the p You can view a more complete demo [here](https://codesandbox.io/s/smoosh-glitter-m2ub4w?file=/index.html). On sufficiently fast networks and devices, or devices that natively support Container Queries, this loading indicator will never be displayed. > **Note** -> Keep in mind that this technique effectively limits impact on FID and CLS, potentially at the expense of LCP. You may see regressions in the latter as a result, particularly on lower end devices or in poor network conditions. +> Keep in mind that this technique effectively limits impact on FID and CLS, potentially at the expense of LCP. You may see regressions in the latter as a result, particularly on lower end devices or in poor network conditions. ## Limitations @@ -62,7 +62,7 @@ The polyfill uses the CSS [`:where()`](https://developer.mozilla.org/en-US/docs/ - +
Before After Before After