From 3e81374053bf0c87cc5998b76fc50fcdb39168c4 Mon Sep 17 00:00:00 2001 From: David Durost Date: Wed, 3 Oct 2012 23:30:47 -0300 Subject: [PATCH] update docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a needed step to the installation section of the docs so the bundle works with assetic. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e2b2e40..362f546 100755 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ This bundle is compatible with Symfony 2.1. Add the following to your `composer. You might need to change a couple of options if you are trying to use Symfony 2.0 +Add OhGoogleMapFormTypeBundle to assetic +```yaml +# app/config/config.yml +# Assetic Configuration +assetic: + bundles: [ 'OhGoogleMapFormTypeBundle' ] +``` + Usage ------------