Merge pull request #218 from DaaGER/patch-2

Update start.md
This commit is contained in:
Max Kostjukevich 2016-03-15 14:27:38 +02:00
commit 2ed57c959c
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);
```