Skip to content

Commit

Permalink
docs: update readme wording
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j committed Aug 7, 2024
1 parent 94b61db commit ff110c2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# {name}
# module-replacements CLI

> A command-line utility for detecting and fixing performance problems in
> JavaScript projects.
## Install

```sh
npm i -S {name}
npm i -S module-replacements-cli
```

## Usage
Expand All @@ -17,7 +17,10 @@ The interactive CLI can guide you through the following steps:
- Applying the replacements automatically

```sh
npx {name}
npx mr

; or the full name
npx module-replacements
```

## License
Expand Down

0 comments on commit ff110c2

Please sign in to comment.