Skip to content

Commit 152e66c

Browse files
sjparkinsonJakeChampion
authored andcommitted
docs: update usage for a CLI tool
1 parent 275c796 commit 152e66c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ A Node.js command-line application for analysing your JavaScript file and genera
2424

2525
## Usage
2626

27-
This project requires [Node.js] 10.x and [npm]. You can install with:
27+
This project requires [Node.js] 10.x and [npm]. You can run it with:
2828

2929
```bash
30-
> npx create-polyfill-service-url --file bundle.js
30+
> npx create-polyfill-service-url analyse --file bundle.js
3131
```
3232

3333
## Contributing

0 commit comments

Comments
 (0)