Skip to content

Commit c6c5409

Browse files
authoredJul 4, 2022
Replaces badges in README
1 parent 02b9082 commit c6c5409

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed
 

‎README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# concurrently
22

3-
[![CI](https://github.com/open-cli-tools/concurrently/actions/workflows/ci.yml/badge.svg)](https://github.com/open-cli-tools/concurrently/actions/workflows/ci.yml)
4-
[![Coverage Status](https://coveralls.io/repos/github/open-cli-tools/concurrently/badge.svg?branch=main)](https://coveralls.io/github/open-cli-tools/concurrently?branch=main)
5-
6-
[![NPM Badge](https://nodei.co/npm/concurrently.png?downloads=true)](https://www.npmjs.com/package/concurrently)
3+
[![Latest Version](https://img.shields.io/github/v/release/open-cli-tools/concurrently?label=Version)](https://github.com/open-cli-tools/concurrently/releases)
4+
[![License](https://img.shields.io/github/license/open-cli-tools/concurrently?label=License)](./LICENSE)
5+
[![Weekly Downloads](https://img.shields.io/npm/dw/concurrently?label=Downloads&logo=npm)](https://www.npmjs.com/package/concurrently)
6+
[![CI](https://img.shields.io/github/workflow/status/open-cli-tools/concurrently/CI?label=CI&logo=github)](https://github.com/open-cli-tools/concurrently/actions/workflows/ci.yml)
7+
[![Coverage](https://img.shields.io/coveralls/github/open-cli-tools/concurrently/main?label=Coverage&logo=coveralls)](https://coveralls.io/github/open-cli-tools/concurrently?branch=main)
78

89
Run multiple commands concurrently.
910
Like `npm run watch-js & npm run watch-less` but better.
1011

11-
![](docs/demo.gif)
12+
![Demo](docs/demo.gif)
1213

1314
**Table of Contents**
1415

@@ -296,7 +297,7 @@ For more details, visit https://github.com/open-cli-tools/concurrently
296297

297298
## API
298299

299-
concurrently can be used programmatically by using the API documented below:
300+
**concurrently** can be used programmatically by using the API documented below:
300301

301302
### `concurrently(commands[, options])`
302303

@@ -411,7 +412,7 @@ It contains the following properties:
411412
> otherwise null. If the process terminated due to receipt of a signal,
412413
> signal is the string name of the signal, otherwise null.
413414
414-
So _null_ means the process didn't terminate normally. This will make **concurrent**
415+
So _null_ means the process didn't terminate normally. This will make **concurrently**
415416
to return non-zero exit code too.
416417

417418
- Does this work with the npm-replacements [yarn](https://github.com/yarnpkg/yarn) or [pnpm](https://pnpm.js.org/)?

0 commit comments

Comments
 (0)
Please sign in to comment.