diff --git a/README.md b/README.md index 5f3238c..b95289d 100755 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ $ php app/console doctrine:schema:update ``` +4. Add the routes to your `routing.yml` + + ``` + ... + nti_sync: + resource: "@NTISyncBundle/Resources/config/routing.yml" + ``` + ## Requirements Below are a list of things that need to be considered in order to implement this bundle: