From 313d997c29d4ee17f5095d7d3c9a7a2226c17211 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Fri, 19 Nov 2021 16:16:59 +0800 Subject: [PATCH] Remove a redundant line --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index dff5bc2..dee74c2 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,6 @@ This indicates _when_ the contents should be fetched: - `eager`: Fetches and load the content immediately, regardless of whether or not the `` is currently within the visible viewport (this is the default value). - `lazy`: Defers fetching and loading the content until the `` tag reaches a calculated distance from the viewport. The intent is to avoid the network and storage bandwidth needed to handle the content until it's reasonably certain that it will be needed. -The - ### Errors If the URL fails to load, the `include-fragment` element is left in the page and tagged with an `is-error` CSS class that can be used for styling.