From 808b2bbee2c4e81202884df34f8c4094cfd3e48a Mon Sep 17 00:00:00 2001 From: Mark Sharp Date: Thu, 9 Jan 2025 13:42:02 +0000 Subject: [PATCH] Update badge to work for main branch instead of master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91bcd6d..75f1abb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ moodle-filter_syntaxhighlighter =============================== -[![Moodle Plugin CI](https://github.com/sharpchi/moodle-filter_syntaxhighlighter/workflows/Moodle%20Plugin%20CI/badge.svg?branch=master)](https://github.com/sharpchi/moodle-filter_syntaxhighlighter/actions?query=workflow%3A%22Moodle+Plugin+CI%22+branch%3Amaster) +[![Moodle Plugin CI](https://github.com/sharpchi/moodle-filter_syntaxhighlighter/workflows/Moodle%20Plugin%20CI/badge.svg?branch=main)](https://github.com/sharpchi/moodle-filter_syntaxhighlighter/actions?query=workflow%3A%22Moodle+Plugin+CI%22+branch%3Amain) This is a filter plugin that uses a 3rd party Javascript module called [highlight.js](https://highlightjs.org/) to make your code look like something you'd see in an IDE.