Skip to content

Commit 703e8b9

Browse files
committed
Update README.md
1 parent 1ebd2b9 commit 703e8b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
[![build](https://img.shields.io/github/actions/workflow/status/dependents/node-detective-postcss/node.js.yml?branch=main&label=CI&logo=github)](https://github.com/dependents/node-detective-postcss/actions/workflows/node.js.yml?query=branch%3Amain)
44
[![npm version](https://img.shields.io/npm/v/detective-postcss?logo=npm&logoColor=fff)](https://www.npmjs.com/package/detective-postcss) [![npm downloads](https://img.shields.io/npm/dm/detective-postcss)](https://www.npmjs.com/package/detective-postcss)
55

6-
> Find the dependencies of a CSS file (PostCSS dialects)
6+
> Find the dependencies of a CSS file (PostCSS dialect)
77
88
Supports `@import` and [`@value ... from`](https://github.com/css-modules/postcss-icss-values).
99

1010
```sh
11-
npm install --save detective-postcss
11+
npm install detective-postcss
1212
```
1313

1414
It's the CSS (PostCSS dialect) counterpart to [detective](https://github.com/browserify/detective), [detective-amd](https://github.com/dependents/node-detective-amd), [detective-es6](https://github.com/dependents/node-detective-es6), [detective-sass](https://github.com/dependents/node-detective-sass), [detective-scss](https://github.com/dependents/node-detective-scss).

0 commit comments

Comments
 (0)