Skip to content

Commit

Permalink
Simplify GitHub Actions badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sibprogrammer committed Jun 22, 2023
1 parent 3e9b580 commit 4a844cb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ratchet

[![GitHub Actions][GA Image]][GA Link]
[![GitHub Actions](https://github.com/plesk/ratchetphp/workflows/CI/badge.svg)](https://github.com/plesk/ratchetphp/actions?query=workflow%3A%22CI%22+branch%3Amaster)
[![Latest Stable Version](https://poser.pugx.org/cboden/ratchet/v/stable.png)](https://packagist.org/packages/cboden/ratchet)

A PHP library for asynchronously serving WebSockets.
Expand Down Expand Up @@ -80,7 +80,3 @@ class MyChat implements MessageComponentInterface {
conn.onmessage = function(e) { console.log(e.data); };
conn.onopen = function(e) { conn.send('Hello Me!'); };
```

[GA Image]: https://github.com/plesk/ratchetphp/workflows/CI/badge.svg

[GA Link]: https://github.com/plesk/ratchetphp/actions?query=workflow%3A%22CI%22+branch%3Amaster

0 comments on commit 4a844cb

Please sign in to comment.