Remove "Import routes" sectiion

This commit is contained in:
Josip Igrec
2019-08-13 18:53:15 +02:00
committed by Nyholm
parent 2e7b183824
commit 4c926f1152
+1 -8
View File
@@ -14,12 +14,5 @@
3. <question>Update the database</>
* Update the database so bundle entities can be persisted using Doctrine: <comment>bin/console doctrine:schema:update --force</>
4. <question>Import routes</>
* Import the routes inside your <info>config/routes.yaml</> file:
<comment>
oauth2:
resource: '@TrikoderOAuth2Bundle/Resources/config/routes.xml'
</>
5. <question>Read the docs</>
4. <question>Read the docs</>
* Read the documentation at <comment>https://github.com/trikoder/oauth2-bundle/blob/master/docs/basic-setup.md</>