diff --git a/README.md b/README.md
index bc573b6..20db4dc 100644
--- a/README.md
+++ b/README.md
@@ -3,43 +3,53 @@
* Slight quirk - refreshing doesn't work from any path other than the default one so you will have to go back to the default path to refresh
### App.js
-* Import BrowserRouter,Switch and Route from react-router-dom
-* Import components needed
-* Create the appropriate routes `{/* PUT YOUR ROUTES HERE */}`
-* Make sure the default route goes at the bottom
-* Make sure BrowserRouter wraps everything
-* Make sure you use the component prop, not render.
+X Import BrowserRouter,Switch and Route from react-router-dom
+
+X Import components needed
+
+X Create the appropriate routes `{/* PUT YOUR ROUTES HERE */}`
+
+X Make sure the default route goes at the bottom
+
+X Make sure BrowserRouter wraps everything
+
+X Make sure you use the component prop, not render.
### Routes
-* / -> Dashboard
-* /charts -> Charts
-* /tables -> Tables
-* /settings -> Settings
-* /wall -> Wall
-* /profiles -> Profiles
-* /marquee/:text -> Marquee
-* /profile/:id -> Profile
+* / -> Dashboard X
+* /charts -> Charts X
+* /tables -> Tables X
+* /settings -> Settings X
+* /wall -> Wall X
+* /profiles -> Profiles X
+* /marquee/:text -> Marquee X
+* /profile/:id -> Profile NO
+
+//////
### Create these components. The content of the components is not important, just put anything `