diff --git a/README.md b/README.md index 3681c53..d216949 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/start.md b/docs/start.md index 09851c1..851b811 100644 --- a/docs/start.md +++ b/docs/start.md @@ -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