From a28643e9dc19509a166e846b7245dd385dce2212 Mon Sep 17 00:00:00 2001 From: Jimmy Jia Date: Fri, 15 Jul 2016 12:13:55 -0400 Subject: [PATCH] Describe what the library does --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2013a13..d85a6d0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [React Router](https://github.com/reactjs/react-router) scroll management. +react-router-scroll is a React Router middleware that adds scroll management using [scroll-behavior](https://github.com/taion/scroll-behavior). By default, the middleware adds browser-style scroll behavior, but you can customize it to scroll however you want on route transitions. + ## Usage ```js