Skip to content

Commit 47245af

Browse files
authored
Update README.md
1 parent 7e73c93 commit 47245af

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,28 @@
66

77
This is the repository for the CDN release of Highlight.js that can be found on
88
[cdnjs][1], [jsDelivr][2], and [unpkg][3]. If you were looking for the main
9-
repository, it is [located here][4]. If you simply need a pre-build copy of
10-
our CDN assets, this is the repository you are looking for. All the files are in the `build` directory and you can copy over that directory to where
11-
ever you need it.
9+
repository, it is [located here][4]. If you simply need a pre-built copy of
10+
our CDN assets, this is the repository you are looking for. All the files are
11+
in the `build` directory and you can copy over that directory to where ever
12+
you need it.
1213

1314
### Fetching via NPM
1415

1516
This repository is also published to NPM as [@highlightjs/cdn-assets](https://www.npmjs.com/package/@highlightjs/cdn-assets).
1617

1718
### A note on the Git branches here
1819

19-
Note: The `main` branch here includes beta releases. If you're looking for
20+
Note: The `main` branch here includes only beta releases. If you're looking for
2021
the latest stable release code you want either one of the `stable` branches:
2122

22-
- [10-stable][10-stable] - The latest supported and maintained releases.
23-
- [9-stable][9-stable] - The prior major version. ([you probably do not want this](https://github.com/highlightjs/highlight.js/blob/main/SECURITY.md))
23+
- [11-stable][11-stable] - The latest supported and maintained release.
24+
- [10-stable][10-stable] - The more recent prior major release.
25+
- [9-stable][9-stable] - Verion 9.x. ([you probably do not want this](https://github.com/highlightjs/highlight.js/blob/main/SECURITY.md))
2426

2527
[1]: https://cdnjs.com/libraries/highlight.js
2628
[2]: http://www.jsdelivr.com/#!highlight.js
2729
[3]: https://unpkg.com/browse/@highlightjs/cdn-assets/
2830
[4]: https://github.com/isagalaev/highlight.js
31+
[11-stable]: https://github.com/highlightjs/cdn-release/tree/11-stable
2932
[10-stable]: https://github.com/highlightjs/cdn-release/tree/10-stable
3033
[9-stable]: https://github.com/highlightjs/cdn-release/tree/9-stable

0 commit comments

Comments
 (0)