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

Commit dfd4504

Browse files
author
Sujaykumar Hublikar
committed
update README.md
1 parent 96af759 commit dfd4504

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A simple plugin to customize [docsify](https://github.com/docsifyjs/docsify/) page title
44

5-
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/sujaykumarh/docsify-plugin-title/%F0%9F%9A%80%20publish)](https://github.com/Sujaykumarh/docsify-plugin-title/actions)
5+
[![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)
66
[![GitHub package.json version](https://img.shields.io/github/package-json/v/sujaykumarh/docsify-plugin-title)](https://www.npmjs.com/package/@sujaykumarh/docsify-plugin-title)
77
[![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/@sujaykumarh/docsify-plugin-title)](https://www.jsdelivr.com/package/npm/@sujaykumarh/docsify-plugin-title)
88
<br>
@@ -57,7 +57,7 @@ Example:
5757
Clone
5858

5959
```bash
60-
git clone https://github.com/Sujaykumarh/docsify-docker-example.git
60+
git clone https://github.com/Sujaykumarh/docsify-plugin-title.git
6161
```
6262

6363
install resources
@@ -66,13 +66,9 @@ install resources
6666
npm install
6767
```
6868

69-
minify `src/plugin.js` using [terser](https://github.com/terser/terser) and generate files in `dist` folder
69+
minify `src/plugin.js` to generate minified files in `dist` folder
7070

7171
```bash
72-
npm run all # generate all
73-
74-
npm run dist # generate just .js in dist
75-
7672
npm run minify # generate minified .min.js in dist
7773
```
7874

0 commit comments

Comments
 (0)