Skip to content

Commit c678843

Browse files
authored
Fix docs (#199)
1 parent fade4c7 commit c678843

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/yiisoft" target="_blank">
3-
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px">
3+
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px" alt="Yii">
44
</a>
55
<h1 align="center">Yii HTML</h1>
66
<br>
@@ -47,10 +47,8 @@ composer require yiisoft/html
4747

4848
```php
4949
<?php
50-
5150
use Yiisoft\Html\Html;
5251
use Yiisoft\Html\Tag\Meta;
53-
5452
?>
5553

5654
<?= Meta::pragmaDirective('X-UA-Compatible', 'IE=edge') ?>

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"license": "BSD-3-Clause",
1010
"support": {
1111
"issues": "https://github.com/yiisoft/html/issues?state=open",
12+
"source": "https://github.com/yiisoft/html",
1213
"forum": "https://forum.yiiframework.com/",
1314
"wiki": "https://www.yiiframework.com/wiki/",
1415
"irc": "ircs://irc.libera.chat:6697/yii",
15-
"chat": "https://t.me/yii3en",
16-
"source": "https://github.com/yiisoft/html"
16+
"chat": "https://t.me/yii3en"
1717
},
1818
"funding": [
1919
{

0 commit comments

Comments
 (0)