Skip to content

Commit 4dd8363

Browse files
author
Dan Wallis
committed
Update branding in documentation
1 parent 2913e79 commit 4dd8363

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Introduction
22

3-
This is the MediaCT coding standard for Magento 2 projects. It is based on
4-
the default MediaCT coding standard but some tests have been removed to create
3+
This is the Youwe coding standard for Magento 2 projects. It is based on
4+
the default Youwe coding standard but some tests have been removed to create
55
a workable and fast standard.
66

77
# Installation
88

99
Use composer to require the standard in a project.
1010

1111
```shell
12-
composer require --dev mediact/coding-standard-magento2
12+
composer require --dev youwe/coding-standard-magento2
1313
```
1414

1515
To let PHPCS know that this standard should be used add a phpcs.xml file in the
@@ -18,20 +18,20 @@ root of the project.
1818
```xml
1919
<?xml version="1.0"?>
2020
<ruleset>
21-
<rule ref="./vendor/mediact/coding-standard-magento2/src/MediactMagento2"/>
21+
<rule ref="./vendor/youwe/coding-standard-magento2/src/Magento2"/>
2222
</ruleset>
2323
```
2424

2525
# Integration with PHPStorm and automatic testing
2626

2727
The recommended way to enable the coding standard in PHPStorm and automatic
28-
testing is by requiring the MediaCT testing suite in a project.
28+
testing is by requiring the Youwe testing suite in a project.
2929

3030
```shell
31-
composer require --dev mediact/testing-suite
31+
composer require --dev youwe/testing-suite
3232
```
3333

34-
For more information go to [MediaCT Testing Suite](https://github.com/mediact/testing-suite).
34+
For more information go to [Youwe Testing Suite](https://github.com/YouweGit/testing-suite).
3535

3636
# Contribution guidelines
3737

0 commit comments

Comments
 (0)