Skip to content

Commit dd872f0

Browse files
authored
docs: correct linter command in Readme (apache#877)
1 parent 3274a78 commit dd872f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Contains npm modules used primarily by [cordova](https://github.com/apache/cordo
4242

4343
This package exposes the following commands;
4444

45-
* `npm run eslint` - runs a linter (eslint) on relevant source and test code
45+
* `npm run lint` - runs a linter (eslint) on relevant source and test code
4646
* `npm run unit-tests` - runs the unit tests (via jasmine) from the `spec/` directory
4747
* `npm run cover` - runs istanbul code coverage tool to measure unit test code coverage
4848
* `npm run e2e-tests` - runs heavy integration tests from the `integration-tests/` directory (WARNING: these take a long time to run and rely on file and network I/O)

0 commit comments

Comments
 (0)