Skip to content

Commit 0e4b71b

Browse files
luizcmarinvjik
andauthored
Fix docs (#93)
Co-authored-by: Sergei Predvoditelev <[email protected]>
1 parent fb08766 commit 0e4b71b

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

LICENSE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions
66
are met:
77

8-
* Redistributions of source code must retain the above copyright
8+
* Redistributions of source code must retain the above copyright
99
notice, this list of conditions and the following disclaimer.
10-
* Redistributions in binary form must reproduce the above copyright
10+
* Redistributions in binary form must reproduce the above copyright
1111
notice, this list of conditions and the following disclaimer in
1212
the documentation and/or other materials provided with the
1313
distribution.
14-
* Neither the name of Yii Software nor the names of its
14+
* Neither the name of Yii Software nor the names of its
1515
contributors may be used to endorse or promote products derived
1616
from this software without specific prior written permission.
1717

README.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ response.
2424

2525
## Installation
2626

27-
The package could be installed via composer:
27+
The package could be installed with [Composer](https://getcomposer.org):
2828

2929
```shell
3030
composer require yiisoft/data-response
@@ -128,11 +128,16 @@ $middleware->withContentFormatters([
128128

129129
- [Internals](docs/internals.md)
130130

131-
## Support
132-
133131
If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for that.
134132
You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
135133

134+
## License
135+
136+
The Yii Data Response is free software. It is released under the terms of the BSD License.
137+
Please see [`LICENSE`](./LICENSE.md) for more information.
138+
139+
Maintained by [Yii Software](https://www.yiiframework.com/).
140+
136141
## Support the project
137142

138143
[![Open Collective](https://img.shields.io/badge/Open%20Collective-sponsor-7eadf1?logo=open%20collective&logoColor=7eadf1&labelColor=555555)](https://opencollective.com/yiisoft)
@@ -144,10 +149,3 @@ You may also check out other [Yii Community Resources](https://www.yiiframework.
144149
[![Telegram](https://img.shields.io/badge/telegram-join-1DA1F2?style=flat&logo=telegram)](https://t.me/yii3en)
145150
[![Facebook](https://img.shields.io/badge/facebook-join-1DA1F2?style=flat&logo=facebook&logoColor=ffffff)](https://www.facebook.com/groups/yiitalk)
146151
[![Slack](https://img.shields.io/badge/slack-join-1DA1F2?style=flat&logo=slack)](https://yiiframework.com/go/slack)
147-
148-
## License
149-
150-
The Yii Data Response is free software. It is released under the terms of the BSD License.
151-
Please see [`LICENSE`](./LICENSE.md) for more information.
152-
153-
Maintained by [Yii Software](https://www.yiiframework.com/).

docs/internals.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The code is statically analyzed with [Psalm](https://psalm.dev/). To run static
2525
./vendor/bin/psalm
2626
```
2727

28-
## Rector
28+
## Code style
2929

3030
Use [Rector](https://github.com/rectorphp/rector) to make codebase follow some specific rules or
3131
use either newest or any specific version of PHP:
@@ -34,11 +34,10 @@ use either newest or any specific version of PHP:
3434
./vendor/bin/rector
3535
```
3636

37-
## Composer require checker
37+
## Dependencies
3838

39-
This package uses [composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to check if all dependencies are correctly defined in `composer.json`.
40-
41-
To run the checker, execute the following command:
39+
This package uses [composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to check if
40+
all dependencies are correctly defined in `composer.json`. To run the checker, execute the following command:
4241

4342
```shell
4443
./vendor/bin/composer-require-checker

0 commit comments

Comments
 (0)