Skip to content

Commit c29b3f6

Browse files
authored
Update installation instructions (#43)
1 parent 6399092 commit c29b3f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ like the amount of rules, the amount of `!important`s, unique colors, and so on.
88
## Install
99

1010
```sh
11-
npm install --save projectwallace/css-analyzer
11+
npm install --save @projectwallace/css-analyzer
1212
```
1313

1414
or
1515

1616
```sh
17-
yarn add projectwallace/css-analyzer
17+
yarn add @projectwallace/css-analyzer
1818
```
1919

2020
## Usage

0 commit comments

Comments
 (0)