Merge branch 'origin/master'

This commit is contained in:
bzick 2014-07-29 13:24:52 +04:00
commit 342078b45e
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ Fenom - Template Engine for PHP
[![Latest Stable Version](https://poser.pugx.org/fenom/fenom/v/stable.png)](https://packagist.org/packages/fenom/fenom)
[![Build Status](https://travis-ci.org/bzick/fenom.svg?branch=master)](https://travis-ci.org/bzick/fenom)
[![Coverage Status](https://coveralls.io/repos/bzick/fenom/badge.png?branch=master)](https://coveralls.io/r/bzick/fenom?branch=master)
[![Code Climate](https://codeclimate.com/github/bzick/fenom.png)](https://codeclimate.com/github/bzick/fenom)
[![Total Downloads](https://poser.pugx.org/fenom/fenom/downloads.png)](https://packagist.org/packages/fenom/fenom)
## [Quick start](./docs/start.md) :: [Documentation](./docs/readme.md) :: [Benchmark](./docs/benchmark.md)
<!-- :: [Articles](./docs/articles.md) -->

View File

@ -43,7 +43,7 @@ $fenom->setOptions($options);
* `/path/to/templates` — directory, where stores your templates.
* `/path/to/template/cache` — directory, where stores compiled templates in PHP files.
* `$options` - bit-mask or array of [Fenom settings](./docs/settings.md).
* `$options` - bit-mask or array of [Fenom settings](./configuration.md#template-settings).
### Use Fenom