From a6b4bb33b406f4b8c64d53ebd8966115cf7c08fb Mon Sep 17 00:00:00 2001 From: pickykneee Date: Sun, 11 Nov 2018 20:53:57 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 537db03..b7a9a79 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Glider(document.querySelector(element_path)).destroy(); Glider.js should run on all modern browsers. Support for older browser can be achieved by polyfilling `document.classList`, `window.requestAnimationFrame`, `Object.assign` and `CustomEvent` -Include `glider-compat.min.js` to include the aforemention polyfills +Include `glider-compat.min.js` to load the aforementioned polyfills #### Dependencies