Skip to content

Commit fb37878

Browse files
luizcmarinvjik
andauthored
Fix docs (#101)
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
1 parent 189ac5f commit fb37878

3 files changed

Lines changed: 15 additions & 23 deletions

File tree

LICENSE.md

Lines changed: 3 additions & 3 deletions
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

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ The logger sends passes messages to multiple targets. Each target may filter mes
2626

2727
## Installation
2828

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

3131
```shell
32-
composer require yiisoft/log --prefer-dist
32+
composer require yiisoft/log
3333
```
3434

3535
## General usage
@@ -93,18 +93,19 @@ Extra logging targets are implemented as separate packages:
9393

9494
## Documentation
9595

96-
- See [Yii guide to logging](https://github.com/yiisoft/docs/blob/master/guide/en/runtime/logging.md) for more info.
97-
- Leia [Yii guide to logging](https://github.com/yiisoft/docs/blob/master/guide/pt-BR/runtime/logging.md) para mais informações.
98-
99-
Testing:
100-
96+
- [Yii guide to logging](https://github.com/yiisoft/docs/blob/master/guide/en/runtime/logging.md)
10197
- [Internals](docs/internals.md)
10298

103-
## Support
104-
10599
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.
106100
You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
107101

102+
## License
103+
104+
The Yii Logging Library is free software. It is released under the terms of the BSD License.
105+
Please see [`LICENSE`](./LICENSE.md) for more information.
106+
107+
Maintained by [Yii Software](https://www.yiiframework.com/).
108+
108109
## Support the project
109110

110111
[![Open Collective](https://img.shields.io/badge/Open%20Collective-sponsor-7eadf1?logo=open%20collective&logoColor=7eadf1&labelColor=555555)](https://opencollective.com/yiisoft)
@@ -116,10 +117,3 @@ You may also check out other [Yii Community Resources](https://www.yiiframework.
116117
[![Telegram](https://img.shields.io/badge/telegram-join-1DA1F2?style=flat&logo=telegram)](https://t.me/yii3en)
117118
[![Facebook](https://img.shields.io/badge/facebook-join-1DA1F2?style=flat&logo=facebook&logoColor=ffffff)](https://www.facebook.com/groups/yiitalk)
118119
[![Slack](https://img.shields.io/badge/slack-join-1DA1F2?style=flat&logo=slack)](https://yiiframework.com/go/slack)
119-
120-
## License
121-
122-
The Yii Logging Library is free software. It is released under the terms of the BSD License.
123-
Please see [`LICENSE`](./LICENSE.md) for more information.
124-
125-
Maintained by [Yii Software](https://www.yiiframework.com/).

docs/internals.md

Lines changed: 2 additions & 4 deletions
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:
@@ -37,9 +37,7 @@ use either newest or any specific version of PHP:
3737
## Dependencies
3838

3939
Use [ComposerRequireChecker](https://github.com/maglnet/ComposerRequireChecker) to detect transitive
40-
[Composer](https://getcomposer.org/) dependencies.
41-
42-
To run the checker, execute the following command:
40+
[Composer](https://getcomposer.org) dependencies. To run the checker, execute the following command:
4341

4442
```shell
4543
./vendor/bin/composer-require-checker

0 commit comments

Comments
 (0)