From 5becf3d32fab331627a762a63cbf308c91122de2 Mon Sep 17 00:00:00 2001 From: Joshua Byrd Date: Mon, 14 Dec 2020 11:22:19 +1000 Subject: [PATCH] Update README.md typo in path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d55b0ea..fae3147 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Optionally you can take a version that always exports itself globally. With ES6 modules: ```javascript -import 'intersecton-observer-polyfill/index.global'; +import 'intersection-observer-polyfill/index.global'; const observer = new IntersectionObserver(() => {}); ``` @@ -95,7 +95,7 @@ const observer = new IntersectionObserver(() => {}); With AMD/CommonJS: ```javascript -require('intersecton-observer-polyfill/dist/IntersectionObserver.global'); +require('intersection-observer-polyfill/dist/IntersectionObserver.global'); ``` ## Configuration