Skip to content

Commit

Permalink
update readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukeghenco committed Mar 30, 2017
1 parent 7a873cf commit 6854141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This file contains seed data for __Actors, Movies, and Directors__

#### `App`

This component should render our `Navbar` and our __React Router__ `Route` components and display the content of our individual route components below. When a user visits the root url, they should see the Home component.
This component should render our `Navbar` and 4 __React Router__ `Route` components with paths to __/, /movies, /directors, /actors__ and has a props of the corresponding component. When a user visits the root url, they should see the Home component.

#### `Navbar`

Expand Down

0 comments on commit 6854141

Please sign in to comment.