Skip to content

Commit

Permalink
Update badge to work for main branch instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpchi committed Jan 9, 2025
1 parent d7afba1 commit 808b2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 808b2bb

Please sign in to comment.