浏览代码

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(),
         // ...
     );