Skip to content

Commit d00f670

Browse files
author
Josh Lockhart
committed
Fix code typo in README file
1 parent 0f4031b commit d00f670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To learn how to write your own custom View class, visit the [Slim Framework docu
3636

3737
//Init Slim app with the custom View
3838
Slim::init(array(
39-
'view' => new SmartyView();
39+
'view' => new SmartyView()
4040
));
4141

4242
//Implement the rest of your application

0 commit comments

Comments
 (0)