Skip to content

Commit be92c8d

Browse files
authored
Merge pull request #3 from vc-sahil/main
Update README.md
2 parents 326bc7f + f0a4327 commit be92c8d

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
22
<link rel="stylesheet" type="text/css" href="https://cdn.example.com/font/font.css">
33

4+
![Packagist License (custom server)](https://img.shields.io/packagist/l/vcian/pulse-docker-monitor
5+
)
6+
![Packagist Downloads (custom server)](https://img.shields.io/packagist/dt/vcian/pulse-docker-monitor
7+
)
48

59
<h1 align="center" style="font-family: 'CustomFont';"><u>Docker Monitor Card For Laravel Pulse</u></h1>
610

711
## <p style="font-family: 'CustomFont';">_About_</p>
812

13+
914
<p style="font-family: 'CustomFont'; font-size: 18px">This card will monitor your docker containers and show container statistics with Cpu & Memory Load.</p>
1015

16+
<br>
17+
<p align="center"><img src="https://raw.githubusercontent.com/vcian/art/main/pulse-docker-monitor/card-ss-new.png" width="100%" alt="Docker Monitor Card"></p>
18+
1119
## <p style="font-family: 'CustomFont';"><i class="fas fa-cog"></i> _Installation_</p>
1220
<br>
1321
<p style="font-family: 'CustomFont';"> Please check the official laravel installation guide for server requirements before you start. <a href="https://laravel.com/docs/10.x/pulse">[Official Documentation]</a></p>
1422

1523
<p style="font-family: 'CustomFont';">Clone this repo in your system using the below command .</p>
1624

17-
<p style="font-family: 'CustomFont';"><b>Require the package with Composer:
18-
19-
</b></p>
25+
<p style="font-family: 'CustomFont';"><b>Require the package with Composer:</b></p>
2026

2127
```shell
2228
composer require vcian/pulse-docker-monitor
@@ -87,14 +93,15 @@ return [
8793
```shell
8894
php artisan pulse:check
8995
```
96+
## <p style="font-family: 'CustomFont';"> Security
9097

91-
## <p style="font-family: 'CustomFont';">CODING STANDARD</p>
98+
<p style="font-family: 'CustomFont';">If you discover any security-related issues, please email [email protected] instead of using the issue tracker. </p>
9299

93-
Please see [CODINGSTANDARD](CODINGSTANDARD.md) for details.
100+
## <p style="font-family: 'CustomFont';">Credits
94101

95-
## <p style="font-family: 'CustomFont';">GIT STANDARD</p>
102+
- [All Contributors](../../contributors)
96103

97-
Please see [GITSTANDARD](GITSTANDARD.md) for details.
104+
## <p style="font-family: 'CustomFont';">License
105+
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
98106

99-
## <p style="font-family: 'CustomFont';">Licence</p>
100107

0 commit comments

Comments
 (0)