From 6356f0e33988e21b1ab4be7d19a46ae474084799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=AF=20=E6=96=8C?= Date: Mon, 7 Mar 2016 16:22:36 +0900 Subject: [PATCH] add redial link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72095f8..4fcc33a 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ const store = createStore( ### 4. Use it for your application Then, just use it in your application. -The following is an example that combined with redial for isomorphic use. +The following is an example that combined with [redial](https://github.com/markdalgleish/redial) for isomorphic use. ```javascript import { provideHooks } from 'redial'