From b67c026a16a5f49857bdd7f8a7d5ad641a775f41 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 30 Sep 2014 09:43:46 +0100 Subject: [PATCH] Fix directory name for sample pages --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 5a462d84..5c56d982 100644 --- a/README.markdown +++ b/README.markdown @@ -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