Jordi Boggiano 13 роки тому
батько
коміт
1f10ea6403

+ 1 - 1
src/Packagist/WebBundle/Resources/views/Web/index.html.twig

@@ -38,7 +38,7 @@ php composer.phar install
                 <h2>Autoload Dependencies</h2>
                 <p>If all your packages follow the <a href="https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md">PSR-0</a> standard, you can autoload all the dependencies by adding this to your code:</p>
                 <pre>
-require 'vendor/.composer/autoload.php';
+require 'vendor/autoload.php';
 </pre>
 
                 <p><a href="{{ path('browse') }}">Browse</a> the packages we have to find more great libraries you can use in your project.</p>