Skip to content

Commit 47b3071

Browse files
committed
docs(README): update badges
1 parent 6a3e7db commit 47b3071

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# hexo-cli
22

3-
[![Build Status](https://github.com/hexojs/hexo-cli/actions/workflows/tester.yml/badge.svg)](https://github.com/hexojs/hexo-cli/actions/workflows/tester.yml)
3+
[![CI](https://github.com/hexojs/hexo-cli/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/hexojs/hexo-cli/actions/workflows/ci.yml)
44
[![NPM version](https://badge.fury.io/js/hexo-cli.svg)](https://www.npmjs.com/package/hexo-cli)
5-
[![Coverage Status](https://coveralls.io/repos/hexojs/hexo-cli/badge.svg?branch=master)](https://coveralls.io/r/hexojs/hexo-cli?branch=master)
5+
[![Coverage Status](https://coveralls.io/repos/github/hexojs/hexo-cli/badge.svg)](https://coveralls.io/github/hexojs/hexo-cli)
66

77
Command line interface for Hexo.
88

99
## Installation
1010

11-
``` bash
11+
```bash
1212
$ npm install hexo-cli -g
1313
```
1414

0 commit comments

Comments
 (0)