Skip to content

Commit d8c26d3

Browse files
committed
Refactor docs
1 parent 1a8f416 commit d8c26d3

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Diff for: readme.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
# retext-readability [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
22

3-
<!--lint disable heading-increment list-item-spacing-->
4-
53
Check readability with [**retext**][retext]. Applies
64
[Dale—Chall][dale-chall], [Automated Readability][automated-readability],
75
[Coleman-Liau][coleman-liau], [Flesch][flesch], [Gunning-Fog][gunning-fog],
86
[SMOG][smog], and [Spache][spache].
97

108
## Installation
119

12-
[npm][npm-install]:
10+
[npm][]:
1311

1412
```bash
1513
npm install retext-readability
1614
```
1715

18-
**retext-readability** is also available as an AMD, CommonJS, and
19-
globals module, [uncompressed and compressed][releases].
20-
2116
## Usage
2217

2318
```js
@@ -111,9 +106,7 @@ Detect possibly hard to read sentences.
111106

112107
[codecov]: https://codecov.io/github/wooorm/retext-readability
113108

114-
[npm-install]: https://docs.npmjs.com/cli/install
115-
116-
[releases]: https://github.com/wooorm/retext-readability/releases
109+
[npm]: https://docs.npmjs.com/cli/install
117110

118111
[license]: LICENSE
119112

0 commit comments

Comments
 (0)