We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49449cd commit e61dde4Copy full SHA for e61dde4
Resources/doc/README.markdown
@@ -14,7 +14,7 @@ Add the following lines in your `composer.json` file:
14
15
``` js
16
"require": {
17
- "friendsofsymfony/jsrouting-bundle": "1.0.*"
+ "friendsofsymfony/jsrouting-bundle": "1.1.*"
18
}
19
```
20
@@ -34,7 +34,7 @@ Or add the following lines in your `deps` file:
34
target=/bundles/FOS/JsRoutingBundle
35
36
37
-After the download of the files, register the namespace in `app/autoload.php` (only needed if
+After the download of the files, register the namespace in `app/autoload.php` (only needed if
38
you are *not* using Composer):
39
40
``` php
0 commit comments