Skip to content

Commit 1569e08

Browse files
committed
docs: fix formatting in readme
1 parent 05cc223 commit 1569e08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# <div align="center"> `RateLimit` Header Parser </div>
1+
# <div align="center"> RateLimit Header Parser </div>
22

33
<div align="center">
44

55
[![tests](https://github.com/express-rate-limit/ratelimit-header-parser/actions/workflows/ci.yaml/badge.svg)](https://github.com/express-rate-limit/ratelimit-header-parser/actions/workflows/ci.yaml)
66
[![npm version](https://img.shields.io/npm/v/ratelimit-header-parser.svg)](https://npmjs.org/package/ratelimit-header-parser 'View this project on NPM')
77
[![npm downloads](https://img.shields.io/npm/dm/ratelimit-header-parser)](https://www.npmjs.com/package/ratelimit-header-parser)
88

9+
</div>
10+
911
This library parses `RateLimit` headers of various forms into a normalized
1012
format. It supports the combined format specified in
1113
[draft 7](https://datatracker.ietf.org/doc/html/draft-ietf-httpapi-ratelimit-headers-07)
@@ -14,8 +16,6 @@ of the
1416
the uncombined `RateLimit-*` format of earlier drafts, traditional
1517
`X-RateLimit-*` headers, and a few other formats.
1618

17-
</div>
18-
1919
## Usage
2020

2121
```ts

0 commit comments

Comments
 (0)