Skip to content

Commit af86ea9

Browse files
Fix npm package linking in overview.mdx
FIXED: npm package was linked to ratelimit package instead of @upstash/ratelimit
1 parent 6ca6d7b commit af86ea9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redis/sdks/ratelimit-ts/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Overview
44

55
# Upstash Rate Limit
66

7-
[![npm (scoped)](https://img.shields.io/npm/v/@upstash/ratelimit)](https://www.npmjs.com/package/ratelimit)
7+
[![npm (scoped)](https://img.shields.io/npm/v/@upstash/ratelimit)](https://www.npmjs.com/package/@upstash/ratelimit)
88

99
It is the only connectionless (HTTP based) rate limiting library and designed
1010
for:

0 commit comments

Comments
 (0)