Skip to content

Commit 869de62

Browse files
author
Willem Stuursma-Ruwen
authored
Move installation above usage.
1 parent 878a63b commit 869de62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Mollie PHP Coding Standards
22
Contains PHP coding standards like rules for PHP-CS-Fixer that serves for purpose of standardization.
33

4+
## Installation
5+
```bash
6+
composer require --dev mollie/php-coding-standards
7+
```
8+
49
## Usage
510
This package makes use of PHP-CS-Fixer.
611

@@ -79,11 +84,6 @@ git diff --diff-filter=ACMRTUXB --name-only --staged | grep -E '\.php(_cs\.dist)
7984
done
8085
```
8186

82-
## Installation
83-
```bash
84-
composer require --dev mollie/php-coding-standards
85-
```
86-
8787
## Working at Mollie
8888
Mollie is always looking for new talent to join our teams. We’re looking for inquisitive minds with good ideas and
8989
strong opinions, and, most importantly, who know how to ship great products. Want to join the future of payments?

0 commit comments

Comments
 (0)