From 6303d19a3a0b44033028d31d13decaaf89e3510d Mon Sep 17 00:00:00 2001 From: tashburn Date: Thu, 15 Jun 2017 13:51:19 -0600 Subject: [PATCH] Edited README.md (#2276) Explained how this example is different from /examples/with-material-ui --- examples/with-material-ui-next/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-material-ui-next/README.md b/examples/with-material-ui-next/README.md index b821d6a6..b8dc3519 100644 --- a/examples/with-material-ui-next/README.md +++ b/examples/with-material-ui-next/README.md @@ -25,5 +25,5 @@ now ## The idea behind the example -This example features how you use [material-ui](https://github.com/callemall/material-ui) (Material components that implement Google's Material Design) with Next.js. +[material-ui](https://github.com/callemall/material-ui) is being rewritten from scratch on the [next branch](https://material-ui-1dab0.firebaseapp.com/). This example shows how you use it with Next.js.