Skip to content

Commit 4e23f38

Browse files
committed
docs: update api pkg teaser to reflect split
1 parent 6dfcded commit 4e23f38

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,11 @@ A number of shared configurations are available to install and use with `commitl
9191
## API
9292

9393
* Alternative, programatic way to interact with `commitlint`
94-
* `npm install --save-dev @commitlint/core`
95-
* Packages: [core](./@commitlint/core)
94+
* Packages:
95+
* [format](./@commitlint/format) - Format commitlint reports
96+
* [lint](./@commitlint/lint) - Lint a string against commitlint rules
97+
* [load](./@commitlint/load) - Load shared commitlint configuration
98+
* [read](./@commitlint/read) - Read commit messages from a specified range or last edit
9699
* See [API](./docs/reference-api.md) for a complete list of methods and examples
97100

98101
## Tools

0 commit comments

Comments
 (0)