From 7025def95828532017015b63cf404c9b310b4b5b Mon Sep 17 00:00:00 2001 From: Gustaf Dalemar Date: Thu, 3 Nov 2016 09:52:30 +0100 Subject: [PATCH] Added redial to the install note This to make it clear that it is required for react-router-redial to work Closes #14 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd1edbc..f53e9b7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Simple integration of [redial](https://github.com/markdalgleish/redial) for [React Router](https://github.com/reactjs/react-router) ```bash -$ npm install --save react-router-redial +$ npm install --save react-router-redial redial ``` ## Why?