Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 9fecc71

Browse files
author
Sujaykumar
authored
Update README.md
1 parent 9e39681 commit 9fecc71

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Docsify Plugin Title
22

3+
> [!NOTE]
4+
> v1.2.0 fixed typo [#40](https://github.com/sujaykumarh/docsify-plugin-title/issues/40) `seprator` in v1.x to `separator` as a breaking change was released earlier under v1.2.0 on 06-09-2023 and has since been unpublished as on 11-09-2023.
5+
> Please upgrade to v2.x for typo fix
6+
37
A simple plugin to customize [docsify](https://github.com/docsifyjs/docsify/) page title
48

59
<!--[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/sujaykumarh/docsify-plugin-title/Build%20&%20Publish%20package)](https://github.com/Sujaykumarh/docsify-plugin-title/actions)-->
@@ -17,7 +21,7 @@ A simple plugin to customize [docsify](https://github.com/docsifyjs/docsify/) pa
1721
- CDN
1822

1923
```html
20-
<script src="//cdn.jsdelivr.net/npm/@sujaykumarh/docsify-plugin-title@1.x/dist/plugin.min.js"></script>
24+
<script src="//cdn.jsdelivr.net/npm/@sujaykumarh/docsify-plugin-title@2.x/dist/plugin.min.js"></script>
2125
```
2226

2327
<br>
@@ -57,7 +61,7 @@ Example:
5761
Clone
5862

5963
```bash
60-
git clone https://github.com/Sujaykumarh/docsify-plugin-title.git
64+
git clone https://github.com/sujaykumarh/docsify-plugin-title.git
6165
```
6266

6367
install resources

0 commit comments

Comments
 (0)