Skip to content

Commit b67c026

Browse files
committed
Fix directory name for sample pages
1 parent 1a150a3 commit b67c026

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)