Skip to content

Commit

Permalink
Readme files were edited
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Mar 16, 2017
1 parent 622b787 commit d5cfb33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $Hook = Hook::getInstance();

$hooks = [
'css' => 'Namespace\Class\Example@css',
'js' => 'Namespace\Class\EExample@js',
'js' => 'Namespace\Class\Example@js',
'after-body' => 'Namespace\Class\Example@afterBody',
'footer' => 'Namespace\Class\Example@footer',
];
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $Hook = Hook::getInstance();

$hooks = [
'css' => 'Namespace\Class\Example@css',
'js' => 'Namespace\Class\EExample@js',
'js' => 'Namespace\Class\Example@js',
'after-body' => 'Namespace\Class\Example@afterBody',
'footer' => 'Namespace\Class\Example@footer',
];
Expand Down

0 comments on commit d5cfb33

Please sign in to comment.