Skip to content

Commit 1a59c02

Browse files
committed
Update github url @liao2000 -> @ksw2000
1 parent 524d142 commit 1a59c02

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hackmd-to-html-cli
22

3-
[![NPM version](https://img.shields.io/npm/v/hackmd-to-html-cli.svg?logo=npm&style=flat-square)](https://www.npmjs.org/package/hackmd-to-html-cli) ![](https://img.shields.io/github/license/liao2000/hackmd-to-html-cli?color=yellow&style=flat-square) ![](https://img.shields.io/github/workflow/status/liao2000/hackmd-to-html-cli/CI?style=flat-square) ![](https://img.shields.io/npm/dt/hackmd-to-html-cli?color=blue&style=flat-square)
3+
[![NPM version](https://img.shields.io/npm/v/hackmd-to-html-cli.svg?logo=npm&style=flat-square)](https://www.npmjs.org/package/hackmd-to-html-cli) ![](https://img.shields.io/github/license/ksw2000/hackmd-to-html-cli?color=yellow&style=flat-square) ![](https://img.shields.io/github/workflow/status/ksw2000/hackmd-to-html-cli/CI?style=flat-square) ![](https://img.shields.io/npm/dt/hackmd-to-html-cli?color=blue&style=flat-square)
44

55

66
A simple Node.js wrapper for `markdown-it`. This tool helps to convert HackMD markdown files to HTML files.
@@ -11,9 +11,9 @@ A simple Node.js wrapper for `markdown-it`. This tool helps to convert HackMD ma
1111
npm install -g hackmd-to-html-cli
1212
```
1313

14-
Input: [./example/index.md](https://raw.githubusercontent.com/liao2000/hackmd-to-html-cli/main/example/index.md)
14+
Input: [./example/index.md](https://raw.githubusercontent.com/ksw2000/hackmd-to-html-cli/main/example/index.md)
1515

16-
Output: [https://liao2000.github.io/hackmd-to-html-cli/](https://liao2000.github.io/hackmd-to-html-cli/)
16+
Output: [https://ksw2000.github.io/hackmd-to-html-cli/](https://ksw2000.github.io/hackmd-to-html-cli/)
1717

1818
## Usage
1919

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"cli",
1010
"converter"
1111
],
12-
"homepage": "https://github.com/liao2000/hackmd-to-html-cli.git",
12+
"homepage": "https://github.com/ksw2000/hackmd-to-html-cli.git",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/liao2000/hackmd-to-html-cli.git"
15+
"url": "https://github.com/ksw2000/hackmd-to-html-cli.git"
1616
},
1717
"bin": {
1818
"hmd2html": "dist/index.js"

0 commit comments

Comments
 (0)