فهرست منبع

fixed some left-overs

Johannes Schmitt 14 سال پیش
والد
کامیت
a697cfeded
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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(),
         // ...
     );