Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10 from dsyer/patch-3
Browse files Browse the repository at this point in the history
Fix directory name for sample pages
  • Loading branch information
bclozel committed Sep 30, 2014
2 parents 1a150a3 + b67c026 commit 650b0f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ At this point you need to make a decision: is your project a "grouping project",

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

$ cp sample-pages/project.html index.html
$ cp _sample-pages/project.html index.html

or

$ cp sample-pages/project_group.html index.html
$ cp _sample-pages/project_group.html index.html


## Edit the content of your home page
Expand Down

0 comments on commit 650b0f7

Please sign in to comment.