Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ To change the package, you only need to do the following changes in your project
+ "almacareer/coding-standard": "^4.2",
```

and then run `composer update`.
And then run `composer update`.

### 2. Change path to ecs.php in your ecs.php

You can also use `SetList:ALMACAREER` instead of explicitly specifying path to the file:
You can also use `SetList::ALMACAREER` instead of explicitly specifying path to the file:

```diff
->withSets(
Expand Down
Loading