Skip to content

Commit 46fff9b

Browse files
authored
remove $
1 parent fedf5f9 commit 46fff9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Installation
2121
Open a command console, enter your project directory and execute:
2222

2323
```console
24-
$ composer require camelot/doctrine-postgres-bundle
24+
composer require camelot/doctrine-postgres-bundle
2525
```
2626

2727
### Applications that don't use Symfony Flex
@@ -32,7 +32,7 @@ Open a command console, enter your project directory and execute the
3232
following command to download the latest stable version of this bundle:
3333

3434
```console
35-
$ composer require camelot/doctrine-postgres-bundle
35+
composer require camelot/doctrine-postgres-bundle
3636
```
3737

3838
This command requires you to have Composer installed globally, as explained

0 commit comments

Comments
 (0)