From 258b96023c3f27ceedc1d8c4925002c1993332db Mon Sep 17 00:00:00 2001 From: "hemanth.hm" Date: Wed, 20 Jan 2016 13:17:27 +0530 Subject: [PATCH] Re-defined. ^ --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0240457..07f09c7 100644 --- a/readme.md +++ b/readme.md @@ -309,7 +309,7 @@ let Identity = v => ({ chain: transform => transform(v) }) ## Isomorphic -> When the same code runs on the client and the server **[Wrong](https://www.youtube.com/watch?v=5gDn28kghdQ)** +> When the same code is shared between the client and the server. ---