Skip to content

Commit 4916c36

Browse files
committed
Fixed contributing info
1 parent a6a73dc commit 4916c36

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
@@ -487,13 +487,13 @@ To make this repository work on your machine, clone it and run these two command
487487

488488
```
489489
composer install
490-
vendor/bin/phing
490+
bin/phing
491491
```
492492

493493
After writing some code and editing or adding unit tests, run phing again to check that everything is OK:
494494

495495
```
496-
vendor/bin/phing
496+
bin/phing
497497
```
498498

499499
We are always looking forward for your bugreports, feature requests and pull requests. Thank you.

0 commit comments

Comments
 (0)