diff --git a/bundles/SyliusCartBundle.rst b/bundles/SyliusCartBundle.rst index 760831a5f2..fda7a2dae8 100644 --- a/bundles/SyliusCartBundle.rst +++ b/bundles/SyliusCartBundle.rst @@ -1,6 +1,8 @@ -SyliusCartBundle .. image:: http://travis-ci.org/Sylius/SyliusCartBundle.png +SyliusCartBundle ================ +.. image:: http://travis-ci.org/Sylius/SyliusCartBundle.png + A generic solution for building carts inside Symfony2 applications, it does not matter if you are starting new project or you need to implement this feature for existing system - this bundle should be helpful. Currently only the Doctrine ORM driver is implemented, so we'll use it here as example.