Skip to content

Commit a204ae9

Browse files
committed
fixup! Docs: Rebrand to Alma Career in documentation and meta information
1 parent 3ca889e commit a204ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Now you will be able to run the fix using `composer analyze` and execute automat
7474
On top of default code-style rules you are free to add any rules from [PHP-CS-Fixer] or [PHP_CodeSniffer].
7575
If needed, you can also override some default settings.
7676

77-
Be aware you must add these settings **after** import of the base Alma Career (LMC) code-style:
77+
Be aware you must add these settings **after** import of the base Alma Career Czechia (LMC) code-style:
7878

7979
```php
8080
<?php declare(strict_types=1);
@@ -104,7 +104,7 @@ See [EasyCodingStandard docs](https://github.com/symplify/easy-coding-standard#c
104104

105105
You can configure your `ecs.php` to entirely skip some files, disable specific checks of suppress specific errors.
106106

107-
Unlike adding/modifying checks, skips must be added **before** import of the base Alma Career (LMC) code-style.
107+
Unlike adding/modifying checks, skips must be added **before** import of the base Alma Career Czechia (LMC) code-style.
108108

109109
```php
110110
<?php declare(strict_types=1);

0 commit comments

Comments
 (0)