Skip to content

Commit

Permalink
Readme.md fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pafnuty committed Jun 2, 2015
1 parent 9a2b435 commit 3bc412d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Views by default have a structure similar to the structure of the blade for easi
## Use
If you use the setting `'controller_syntax' => 'blade'`, changes to the controllers do not need to make.

If setting `'controller_syntax' => 'blade'` calling view in controller will be like this:
If setting `'controller_syntax' => 'fenom'` calling view in controller will be like this:
```php
public function index() {
return view('myfolder/welcome.tpl');
Expand Down

0 comments on commit 3bc412d

Please sign in to comment.