Selaa lähdekoodia

made metadata library requirement a bit more prominent (closes #25)

Johannes 13 vuotta sitten
vanhempi
commit
ea0a55113a
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 2 3
      Resources/doc/index.rst

+ 2 - 3
Resources/doc/index.rst

@@ -29,7 +29,8 @@ Then register the bundle with your kernel::
         // ...
         // ...
     );
     );
 
 
-This bundle also requires the Metadata library::
+This bundle also requires the Metadata library (**you need the master branch, not the 1.0
+version** which ships with the Symfony Standard Edition)::
 
 
     git submodule add https://github.com/schmittjoh/metadata.git vendor/metadata
     git submodule add https://github.com/schmittjoh/metadata.git vendor/metadata
 
 
@@ -43,8 +44,6 @@ Make sure that you also register the namespaces with the autoloader::
         // ...
         // ...
     ));    
     ));    
 
 
-Note: You need to use the master branch of the metadata library.
-
 
 
 Configuration
 Configuration
 -------------
 -------------