noiselabs / SmartyBundle

Smarty3 template engine bundle for Symfony
http://smartybundle.readthedocs.io/
GNU Lesser General Public License v3.0
51 stars 36 forks source link

Update Resources/doc/index.rst to fix a wrong class name #2

Closed maoueh closed 12 years ago

maoueh commented 12 years ago

Mainly:

NoiseLabs\Bundle\SmartyBundle() => NoiseLabs\Bundle\SmartyBundle\SmartyBundle()

This is a small fix to the documentation. The class name to load the bundle was wrong because the namespace of the class was not specified correctly. This PR fix the problem.

I did this to help someone on stackoverflow, I did not test the rest of the documentation to check if it was accurate or not.

Regards, Matt