Ver Fonte

fixed some left-overs

Johannes Schmitt há 14 anos atrás
pai
commit
a697cfeded
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      Resources/doc/index.rst

+ 2 - 2
Resources/doc/index.rst

@@ -24,14 +24,14 @@ Installation
 ------------
 Checkout a copy of the code::
 
-    git submodule add https://github.com/schmittjoh/SerializerExtraBundle.git src/JMS/SerializerExtraBundle
+    git submodule add https://github.com/schmittjoh/SerializerBundle.git src/JMS/SerializerBundle
     
 Then register the bundle with your kernel::
 
     // in AppKernel::registerBundles()
     $bundles = array(
         // ...
-        new JMS\SerializerExtraBundle\SerializerExtraBundle(),
+        new JMS\SerializerBundle\JMSSerializerBundle(),
         // ...
     );