Skip to content

Commit e61dde4

Browse files
committed
Fix doc
1 parent 49449cd commit e61dde4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/doc/README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the following lines in your `composer.json` file:
1414

1515
``` js
1616
"require": {
17-
"friendsofsymfony/jsrouting-bundle": "1.0.*"
17+
"friendsofsymfony/jsrouting-bundle": "1.1.*"
1818
}
1919
```
2020

@@ -34,7 +34,7 @@ Or add the following lines in your `deps` file:
3434
target=/bundles/FOS/JsRoutingBundle
3535
```
3636

37-
After the download of the files, register the namespace in `app/autoload.php` (only needed if
37+
After the download of the files, register the namespace in `app/autoload.php` (only needed if
3838
you are *not* using Composer):
3939

4040
``` php

0 commit comments

Comments
 (0)