From 55e8040d43dfb75628b920a67959c0a3bd51be13 Mon Sep 17 00:00:00 2001 From: Shaurya Arora Date: Tue, 1 Sep 2015 17:21:06 -0500 Subject: [PATCH] Clarified details of example projects listed in the getting started guide --- .../app/components/pages/get-started/examples.jsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/src/app/components/pages/get-started/examples.jsx b/docs/src/app/components/pages/get-started/examples.jsx index 52441e0d436353..cfc55e5de359d4 100644 --- a/docs/src/app/components/pages/get-started/examples.jsx +++ b/docs/src/app/components/pages/get-started/examples.jsx @@ -30,15 +30,16 @@ class Examples extends React.Component {

Examples

There are 2 projects that you can look at to get started. They can be found - in the examples folder. The - first project is a basic example that shows how to consume material-ui components in your own project. - This project uses browserify for module bundling - and gulp for JS task automation. + in the examples folder. These + projects are basic examples that show how to consume material-ui components in your own project. + The first project uses browserify for module bundling + and gulp for JS task automation, while the second project + uses webpack for module bundling and building.

- The second project is this documentation site. This is a slightly more complex project that - uses webpack for module bundling and building, and contains - examples of every material-ui component. Check out the docs folder for + The source code for this documentation site is also included in the repository. This is a slightly more complex project that + also uses webpack, and contains + examples of every material-ui component. Check out the docs folder for build instructions.