From 1a61133dd4e814ea785ee10c725c5deade6083f9 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Sat, 18 Mar 2017 12:45:48 +0200 Subject: [PATCH] fix(example): Added missing instructions for CSS "bundling" in with-react-md example (#1451) (#1456) --- examples/with-react-md/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/with-react-md/README.md b/examples/with-react-md/README.md index 56d4c873..f9e840eb 100644 --- a/examples/with-react-md/README.md +++ b/examples/with-react-md/README.md @@ -1,6 +1,8 @@ # Example app with react-md +![Screenshot](https://cloud.githubusercontent.com/assets/304265/22472564/b2e04ff0-e7de-11e6-921e-d0c9833ac805.png) + ## How to use Download the example [or clone the repo](https://github.com/zeit/next.js): @@ -14,6 +16,7 @@ Install it and run: ```bash npm install +ln -f -s ../node_modules/react-md/dist/react-md.light_blue-yellow.min.css static/react-md.light_blue-yellow.min.css npm run dev ```