Skip to content

Commit 242dd5b

Browse files
authoredJun 21, 2022
Some small improvements to the readme
1 parent a9976f6 commit 242dd5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Concurrently
1+
# concurrently
22

33
[![Build Status](https://github.com/open-cli-tools/concurrently/workflows/Tests/badge.svg)](https://github.com/open-cli-tools/concurrently/actions?workflow=Tests)
44
[![Coverage Status](https://coveralls.io/repos/github/open-cli-tools/concurrently/badge.svg?branch=master)](https://coveralls.io/github/open-cli-tools/concurrently?branch=master)
@@ -10,9 +10,9 @@ Like `npm run watch-js & npm run watch-less` but better.
1010

1111
![](docs/demo.gif)
1212

13-
**Table of contents**
13+
**Table of Contents**
1414

15-
- [Concurrently](#concurrently)
15+
- [concurrently](#concurrently)
1616
- [Why](#why)
1717
- [Install](#install)
1818
- [Usage](#usage)
@@ -83,7 +83,7 @@ concurrently -n watch-js,watch-css,watch-node "npm run watch-js" "npm run watch-
8383
NPM shortened commands also support wildcards. Given the following scripts in
8484
package.json:
8585

86-
```javascript
86+
```jsonc
8787
{
8888
//...
8989
"scripts": {
@@ -113,7 +113,7 @@ concurrently -n w:js,w:css,w:node "npm run watch-js" "npm run watch-css" "npm ru
113113

114114
Exclusion is also supported. Given the following scripts in package.json:
115115

116-
```javascript
116+
```jsonc
117117
{
118118
// ...
119119
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.