Skip to content

Commit

Permalink
(chore) rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel authored Mar 18, 2021
1 parent 4ad0f3e commit 41a0993
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![npm](https://badgen.net/npm/v/highlight.js)
![beta](https://badgen.net/npm/v/highlight.js/beta)
[![license](https://badgen.net/github/license/highlightjs/highlight.js?color=cyan)](https://github.com/highlightjs/highlight.js/blob/master/LICENSE)
[![license](https://badgen.net/github/license/highlightjs/highlight.js?color=cyan)](https://github.com/highlightjs/highlight.js/blob/main/LICENSE)

This is the repository for the CDN release of Highlight.js that can be found on
[cdnjs][1], [jsDelivr][2], and [unpkg][3]. If you were looking for the main
Expand All @@ -16,15 +16,15 @@ This repository is also published to NPM as [@highlightjs/cdn-assets](https://ww

### A note on the Git branches here

Note: The `master` branch here includes beta releases. If you're looking for
Note: The `main` branch here includes beta releases. If you're looking for
the latest stable release code you want either one of the `stable` branches:

- [10-stable][10-stable] - The latest supported and maintained releases.
- [9-stable][9-stable] - The prior major version. ([you probably do not want this](https://github.com/highlightjs/highlight.js/blob/master/SECURITY.md))
- [9-stable][9-stable] - The prior major version. ([you probably do not want this](https://github.com/highlightjs/highlight.js/blob/main/SECURITY.md))

[1]: https://cdnjs.com/libraries/highlight.js
[2]: http://www.jsdelivr.com/#!highlight.js
[3]: https://unpkg.com/browse/@highlightjs/cdn-assets/
[4]: https://github.com/isagalaev/highlight.js
[10-stable]: https://github.com/highlightjs/cdn-release/tree/10-stable
[9-stable]: https://github.com/highlightjs/cdn-release/tree/9-stable
[9-stable]: https://github.com/highlightjs/cdn-release/tree/9-stable

0 comments on commit 41a0993

Please sign in to comment.