Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Renamed option plugin_dir to plugins_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan committed Nov 18, 2013
1 parent 42dc9aa commit 656d105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$config = array(
'zepto' => array(
'content_dir' => 'content',
'plugin_dir' => 'plugins',
'plugins_dir' => 'plugins',
'templates_dir' => 'templates',
'default_template' => 'base.twig',
'content_ext' => array('.md', '.markdown'),
Expand Down

0 comments on commit 656d105

Please sign in to comment.