Browse Source

Partially revert fdf8167

Thanks @smcdougall for spotting
Daniel Rudolf 9 years ago
parent
commit
14e5f3236c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      content-sample/index.md

+ 2 - 2
content-sample/index.md

@@ -12,8 +12,8 @@ Congratulations, you have successfully installed [Pico](http://picocms.org/).
 
 
 Pico is a flat file CMS. This means there is no administration backend or
 Pico is a flat file CMS. This means there is no administration backend or
 database to deal with. You simply create `.md` files in the `content` folder
 database to deal with. You simply create `.md` files in the `content` folder
-and those files become your pages. For example, creating a file called
-`index.md` will make it show as your main landing page.
+and those files become your pages. For example, this file is called `index.md`
+and is shown as the main landing page.
 
 
 When you install Pico, it comes with a `content-sample` folder. Inside this
 When you install Pico, it comes with a `content-sample` folder. Inside this
 folder is a sample website that will display until you add your own content.
 folder is a sample website that will display until you add your own content.