diff --git a/interface/src/project/DemoInformation.js b/interface/src/project/DemoInformation.js index 6d7749e..f42b81c 100644 --- a/interface/src/project/DemoInformation.js +++ b/interface/src/project/DemoInformation.js @@ -32,7 +32,7 @@ class DemoInformation extends Component { simplify merges should you wish to update your project with future framework changes. - The demo project interface code is structured as follows: + The demo project interface code stored in the interface/project directory: @@ -48,7 +48,7 @@ class DemoInformation extends Component { - project/ProjectMenu.js + ProjectMenu.js You can add your project's screens to the side bar here. @@ -56,7 +56,7 @@ class DemoInformation extends Component { - project/ProjectRouting.js + ProjectRouting.js The routing which controls the screens of your project. @@ -64,7 +64,7 @@ class DemoInformation extends Component { - project/DemoProject.js + DemoProject.js This screen, with tabs and tab routing. @@ -72,7 +72,7 @@ class DemoInformation extends Component { - project/DemoInformation.js + DemoInformation.js The demo information tab. @@ -80,7 +80,7 @@ class DemoInformation extends Component { - project/DemoController.js + DemoController.js The demo controller tab, to control the built-in LED.