Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit c9fa2ef

Browse files
author
Cdok
committed
specified in readme to add to npm run scripts
1 parent dd65a65 commit c9fa2ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

copyright/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This tool reads from the `headers/copyright-header.extension` files to select wh
44

55
## Quick Start
66

7-
Add the following to your `package.json`
7+
Add the following to your `package.json` under `"scripts": { ... }`
88

99
```json
10-
"copyright:lint": "copyright 'glob'",
11-
"copyright:fix" "copyright 'glob' --fix",
10+
"copyright:lint": "copyright 'glob'"
11+
"copyright:fix" "copyright 'glob' --fix"
1212
```
1313

1414
```bash

0 commit comments

Comments
 (0)