Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mtymek committed Dec 20, 2011
1 parent af57e68 commit fdf9d63
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -4,11 +4,9 @@ ZfTwig Module
This Zend Framework 2 module allows you to use Twig (http://twig.sensiolabs.org/) templates in your projects.
It supports Zend view helpers:


{{ headTitle() }}
{{ url({ "some_key": "some_val" }) }}


Installation
------------

Expand All @@ -18,7 +16,6 @@ Installation
cd MyApplication/module
git submodule add git@github.com:mtymek/ZfTwig.git module/ZfTwig


2. Update application.config.php by adding ZfTwig module, so that it will look more or less like this:


Expand All @@ -38,7 +35,6 @@ Installation
),
);


3. ZfTwig is shipped with custom view listener, so main application module only needs to do
some basic setup:

Expand Down

0 comments on commit fdf9d63

Please sign in to comment.