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. ---