Skip to content

Commit 650b0f7

Browse files
committed
Merge pull request #10 from dsyer/patch-3
Fix directory name for sample pages
2 parents 1a150a3 + b67c026 commit 650b0f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ At this point you need to make a decision: is your project a "grouping project",
4949

5050
Based on your choice above, copy the correct sample page to `index.html`, e.g.:
5151

52-
$ cp sample-pages/project.html index.html
52+
$ cp _sample-pages/project.html index.html
5353

5454
or
5555

56-
$ cp sample-pages/project_group.html index.html
56+
$ cp _sample-pages/project_group.html index.html
5757

5858

5959
## Edit the content of your home page

0 commit comments

Comments
 (0)