You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: edge-middleware/rate-limit-any-framework/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,6 @@ relatedTemplates:
12
12
13
13
This template shows how to add rate limiting to any application with [Vercel KV](https://vercel.com/docs/storage/vercel-kv) and [Vercel Edge Middleware](https://vercel.com/docs/concepts/functions/edge-middleware).
14
14
15
-
> **Note:** If you are using Next.js, you can use the built in Middleware support rather than needing `@vercel/edge` used in this package. Please refer to the [Next.js example](https://vercel.com/templates/next.js/api-rate-limit-upstash).
15
+
> **Note:** If you are using Next.js, you can use the built in Middleware support rather than needing `@vercel/edge` used in this package. Please refer to the [Next.js example](https://vercel.com/templates/next.js/ratelimit-with-upstash-redis).
16
16
17
17
[](https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/edge-middleware/rate-limit-any-framework&project-name=ratelimit&stores=%5B%7B"type"%3A"kv"%7D%5D)
0 commit comments