diff --git a/public/docs/development/rules.md b/public/docs/development/rules.md index 88f4658..83705fb 100644 --- a/public/docs/development/rules.md +++ b/public/docs/development/rules.md @@ -90,7 +90,7 @@ Rather than offering a complex feature set, Harp has simple rules on how it work If you like, you may explicitly specify which `mime type` the file will be served with, by prefixing the extension with the desired extension. ``` - myfile.jade -> myfile.html + myfile.html.jade -> myfile.html myfile.xml.jade -> myfile.xml ```