Update start.md

This commit is contained in:
DaaGER 2016-03-15 15:11:13 +03:00
parent d52aaa57a2
commit 0dfcdfbcf7
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ $fenom = Fenom::factory('/path/to/templates', '/path/to/compiled/template', $opt
```
Пример создания Fenom через оператор `new`:
```php
$fenom = new Fenom(new Fenom/Provider('/path/to/templates'));
$fenom = new Fenom(new Fenom\Provider('/path/to/templates'));
$fenom->setCompileDir('/path/to/template/cache');
$fenom->setOptions($options);
```