From 7a1305763202a2a5df5b29b51726e54390f5e9d1 Mon Sep 17 00:00:00 2001 From: Philip Walton Date: Wed, 27 Jan 2021 11:22:29 -0800 Subject: [PATCH] Fix broken link to polyfill usage instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60530385..56af4d4a 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ To load the "standard" version, import modules from the `web-vitals` package in import {getLCP, getFID, getCLS} from 'web-vitals'; ``` + + **2. The "base+polyfill" version** Loading the "base+polyfill" version is a two-step process: