diff --git a/Resources/doc/setup.rst b/Resources/doc/setup.rst index 19e60e6..9482ffc 100644 --- a/Resources/doc/setup.rst +++ b/Resources/doc/setup.rst @@ -27,7 +27,7 @@ And register the bundle in your ``AppKernel.php``: $bundles = array( // ... new JMS\Payment\CoreBundle\JMSPaymentCoreBundle(), - new JMS\Payment\CoreBundle\JMSPaymentPaypalBundle(), + new JMS\Payment\PaypalBundle\JMSPaymentPaypalBundle(), ); }