Skip to content

Commit d767f1b

Browse files
authored
Merge pull request #2 from tacman/patch-1
remove $ so gitclip works
2 parents 6d23c4f + b0c42f9 commit d767f1b

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
@@ -14,7 +14,7 @@ of the Composer documentation.
1414
Open a command console, enter your project directory and execute:
1515

1616
```console
17-
$ composer require yceruto/formflow-bundle
17+
composer require yceruto/formflow-bundle
1818
```
1919

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

2727
```console
28-
$ composer require yceruto/formflow-bundle
28+
composer require yceruto/formflow-bundle
2929
```
3030

3131
#### Step 2: Enable the Bundle

0 commit comments

Comments
 (0)