Skip to content

Commit

Permalink
Fix articles typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Mar 15, 2013
1 parent 16397f2 commit f03b0b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Harp will function with as little as a `public/index.html` file and doesn't requ
|- index.jade <-- must have an index.html or index.jade file
|- _shared/ <-- arbitrary directory for shared partials
| +- nav.jade <-- a partial for navigation
+- aritcles/ <-- pages in here will have "/articles/" in URL (old school style)
+- articles/ <-- pages in here will have "/articles/" in URL (old school style)
|- _data.json <-- articles metadata goes here
+- hello-world.jade <-- must have an index.html or index.jade file

Expand Down Expand Up @@ -132,7 +132,7 @@ You Files named `_data.json` are special and make data available to templates.
myapp.harp.io/
+- public/
|- index.jade
+- aritcles/
+- articles/
|- _data.json <-- articles metadata goes here
|- hello-world.jade <-- hello world article
+- hello-brazil.jade <-- hello brazil article
Expand Down

0 comments on commit f03b0b6

Please sign in to comment.