Forráskód Böngészése

typo bower install

Replaced "bower require" with "bower install" (little mistake with composer I guess)
Jonathan Dizdarevic 10 éve
szülő
commit
18bd16c122
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Resources/doc/reference/installation.rst

+ 1 - 1
Resources/doc/reference/installation.rst

@@ -90,7 +90,7 @@ forget to enable SonataAdminBundle too:
     bundle. The bundle is also registered in `bower.io <https://github.com/sonata-project/SonataAdminBundle>`_ so
     bundle. The bundle is also registered in `bower.io <https://github.com/sonata-project/SonataAdminBundle>`_ so
     you can use bower to handle your assets. To make sure you get the dependencies
     you can use bower to handle your assets. To make sure you get the dependencies
     that match the version of SonataAdminBundle you are using, you can make bower
     that match the version of SonataAdminBundle you are using, you can make bower
-    use the local bower dependency file, like this : ``bower require ./vendor/sonata-project/admin-bundle/bower.json``
+    use the local bower dependency file, like this : ``bower install ./vendor/sonata-project/admin-bundle/bower.json``
 
 
 Configuring SonataAdminBundle dependencies
 Configuring SonataAdminBundle dependencies
 ------------------------------------------
 ------------------------------------------