Skip to content

Commit d731615

Browse files
msjyoostof
authored andcommitted
Remove quotes as they are invalid syntax
1 parent cac56e0 commit d731615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Installation is a quick (I promise!) 7 step process:
4545
Add FOSUserBundle by running the command:
4646
4747
``` bash
48-
$ php composer.phar require friendsofsymfony/user-bundle '~2.0@dev'
48+
$ php composer.phar require friendsofsymfony/user-bundle "~2.0@dev"
4949
```
5050

5151
Composer will install the bundle to your project's `vendor/friendsofsymfony` directory.

0 commit comments

Comments
 (0)