Skip to content

Commit e3894b3

Browse files
committed
docs: Update project description for clarity
- Revised the description in composer.json and README.md to specify that the rules are additional for `rector/rector`. - Aims to enhance understanding for users regarding the purpose of the project.
1 parent 8e51af4 commit e3894b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# rector-rules
22

33
> [!NOTE]
4-
> A set of rector/rector rules. - 一套 rector/rector 规则
4+
> A set of additional rules for rector/rector. - 一套针对 `rector/rector` 的附加规则
55
66
[![tests](https://github.com/guanguans/rector-rules/actions/workflows/tests.yml/badge.svg)](https://github.com/guanguans/rector-rules/actions/workflows/tests.yml)
77
[![php-cs-fixer](https://github.com/guanguans/rector-rules/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/guanguans/rector-rules/actions/workflows/php-cs-fixer.yml)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "guanguans/rector-rules",
3-
"description": "A set of rector/rector rules. - 一套 rector/rector 规则",
3+
"description": "A set of additional rules for rector/rector. - 一套针对 `rector/rector` 的附加规则",
44
"license": "MIT",
55
"type": "library",
66
"keywords": [

0 commit comments

Comments
 (0)