Browse Source

updated install instructions

Johannes 13 years ago
parent
commit
07840cff48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Resources/doc/index.rst

+ 1 - 1
Resources/doc/index.rst

@@ -28,7 +28,7 @@ Then register the bundle with your kernel::
     // in AppKernel::registerBundles()
     $bundles = array(
         // ...
-        new JMS\SerializerBundle\JMSSerializerBundle(),
+        new JMS\SerializerBundle\JMSSerializerBundle($this),
         // ...
     );