Skip to content

Commit

Permalink
instructions on where to put new container unclear
Browse files Browse the repository at this point in the history
I think we want to mkdir src/containers/Hello and not src/containers/src/Hello?
  • Loading branch information
smw committed Feb 26, 2016
1 parent d05aa63 commit 9a34c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/AddingAPage/AddingAPage.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Looking with `ick about` and ignoring documentation, the word *about* appears in
A new page requires new page renderer. Copy the About page to a
new directory and trim out almost all of it:

* `cd ./src/containers && mkdir ./src/Hello` because each container goes in its own
* `cd ./src/containers && mkdir ./Hello` because each container goes in its own
directory by convention.
* `cp About/About.js Hello/Hello.js`

Expand Down Expand Up @@ -90,4 +90,4 @@ The use of the **cut and paste** style raises well known issues in
maintenance, documentation, and code quality. It is not for use in
production code.

Some choices about trade-offs are easier than others.
Some choices about trade-offs are easier than others.

0 comments on commit 9a34c01

Please sign in to comment.