Skip to content

Commit

Permalink
Fix docs (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <[email protected]>
  • Loading branch information
luizcmarin and vjik authored May 23, 2024
1 parent c96ddf9 commit cd5464b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

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

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center">
<a href="https://github.com/yiisoft" target="_blank">
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px" alt="Yii Framework">
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px" alt="Yii">
</a>
<h1 align="center">Yii Framework Data Displaying Extension</h1>
<h1 align="center">Yii Data Displaying Extension</h1>
<br>
</p>

Expand All @@ -12,7 +12,7 @@
[![Code Coverage](https://codecov.io/gh/yiisoft/yii-dataview/graph/badge.svg?token=NCRXPFPX59)](https://codecov.io/gh/yiisoft/yii-dataview)
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fyii-dataview%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/yii-dataview/master)

This [Yii Framework] provides data displaying widgets:
This package provides data displaying widgets:

- ListView
- GridView
Expand All @@ -39,7 +39,7 @@ that. You may also check out other [Yii Community Resources](https://www.yiifram

## License

The Yii Framework Data Displaying Extension is free software. It is released under the terms of the BSD License.
The Yii Data Displaying Extension is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.

Maintained by [Yii Software](https://www.yiiframework.com/).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"homepage": "https://www.yiiframework.com/",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii-dataview/issues?state=open",
"source": "https://github.com/yiisoft/yii-dataview",
"issues": "https://github.com/yiisoft/yii-dataview/issues",
"forum": "https://www.yiiframework.com/forum/",
"wiki": "https://www.yiiframework.com/wiki/",
"irc": "ircs://irc.libera.chat:6697/yii",
Expand Down

0 comments on commit cd5464b

Please sign in to comment.