From 7e99c1a53c229a58f4b102c0a16e93e92fccf800 Mon Sep 17 00:00:00 2001
From: Jonas <30421456+jonaskuske@users.noreply.github.com>
Date: Sat, 8 Dec 2018 03:48:55 +0100
Subject: [PATCH] style: update formatting in README
---
README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
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