diff --git a/README.md b/README.md index 4fb2da2..338f27a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@

smoothscroll-anchor-polyfill

⚓ Apply smooth scroll to anchor links to polyfill the CSS property scroll-behavior

+      @@ -21,6 +22,8 @@ - ✔ Updates URL with #fragment - ✔ Handles focus +  + ## Browser support ⚠ Requires smooth scroll for `window.scroll()` and `Element.scrollIntoView()` (e.g. [smoothscroll-polyfill](http://iamdustan.com/smoothscroll/)) to work! @@ -30,7 +33,7 @@ > \* hashchange navigation triggered by forwards/backwards buttons isn't smooth despite native support. [Learn more](https://jonaskuske.github.io/smoothscroll-anchor-polyfill#hashchange-blink) -  +  ## Usage