From da182cba3ed98681cc892d52a444f473a2d8bd10 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Sat, 30 Apr 2022 13:54:19 +0200 Subject: [PATCH] chore: point the CI badge towards the main branch --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9c57c5e4..b1096503 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ # engine.io-parser -[![Build Status](https://github.com/socketio/engine.io-parser/workflows/CI/badge.svg)](https://github.com/socketio/engine.io-parser/actions) +[![Build Status](https://github.com/socketio/engine.io-parser/workflows/CI/badge.svg?branch=main)](https://github.com/socketio/engine.io-parser/actions) [![NPM version](https://badge.fury.io/js/engine.io-parser.svg)](https://npmjs.com/package/engine.io-parser) This is the JavaScript parser for the engine.io protocol encoding,