Skip to content

Commit

Permalink
docs(examples): Fix deploy button rendering (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmytton authored Apr 17, 2024
1 parent 1eb02d2 commit 515168b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/nextjs-14-react-hook-form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Protecting a Next.js React Hook Form with Arcjet

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/arcjet/arcjet-js/tree/main/examples/nextjs-14-react-hook-form&project-name=aj-react-hook-form&repository-name=aj-react-hook-form&redirect-url=https://app.arcjet.com/teams&developer-id=oac_1GEcKBuKBilVnjToj1QUwdb8&integration-ids=oac_1GEcKBuKBilVnjToj1QUwdb8&demo-title=Protect React Hook Form&demo-description=Protect a Next.js React Hook Form with Arcjet signup form protection.&demo-url=https://github.com/arcjet/arcjet-js/tree/main/examples/nextjs-14-react-hook-form&demo-image=https://app.arcjet.com/img/example-apps/vercel/demo-image.jpg&external-id=aj-react-hook-form)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Farcjet%2Farcjet-js%2Ftree%2Fmain%2Fexamples%2Fnextjs-14-react-hook-form&project-name=aj-react-hook-form&repository-name=aj-react-hook-form&redirect-url=https%3A%2F%2Fapp.arcjet.com%2Fteams&developer-id=oac_1GEcKBuKBilVnjToj1QUwdb8&demo-title=Arcjet%20Form%20Protection&demo-description=Next.js%20rate%20limiting%2C%20bot%20protection%2C%20email%20verification%20%26%20form%20protection.&demo-url=https%3A%2F%2Fgithub.com%2Farcjet%2Farcjet-js%2Ftree%2Fmain%2Fexamples%2Fnextjs-14-react-hook-form&demo-image=https%3A%2F%2Fapp.arcjet.com%2Fimg%2Fexample-apps%2Fvercel%2Fdemo-image.jpg&integration-ids=oac_1GEcKBuKBilVnjToj1QUwdb8)

This example shows how to protect a Next.js React Hook Form with [Arcjet signup
form protection](https://docs.arcjet.com/signup-protection/concepts). It uses
Expand Down Expand Up @@ -53,4 +53,4 @@ be used separately on different routes.

4. Visit `http://localhost:3000`.
5. Submit the form with the example non-existent email to show the errors.
Submit it more than 5 times to trigger the rate limit.
Submit it more than 5 times to trigger the rate limit.

0 comments on commit 515168b

Please sign in to comment.