Skip to content

Commit df632df

Browse files
authoredJul 6, 2022
Update description of the badges
1 parent c6c5409 commit df632df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# concurrently
22

3-
[![Latest Version](https://img.shields.io/github/v/release/open-cli-tools/concurrently?label=Version)](https://github.com/open-cli-tools/concurrently/releases)
3+
[![Latest Release](https://img.shields.io/github/v/release/open-cli-tools/concurrently?label=Release)](https://github.com/open-cli-tools/concurrently/releases)
44
[![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)
5+
[![Weekly Downloads on NPM](https://img.shields.io/npm/dw/concurrently?label=Downloads&logo=npm)](https://www.npmjs.com/package/concurrently)
6+
[![CI Status](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 Status](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)
88

99
Run multiple commands concurrently.
1010
Like `npm run watch-js & npm run watch-less` but better.

0 commit comments

Comments
 (0)
Please sign in to comment.