diff --git a/README.md b/README.md index f12be8c8..b6148334 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ ```js export default defineNuxtConfig({ modules: ['@nuxtjs/turnstile'], - + turnstile: { siteKey: '', }, - + runtimeConfig: { turnstile: { // This can be overridden at runtime via the NUXT_TURNSTILE_SECRET_KEY @@ -56,7 +56,7 @@ To use Turnstile, you will likely want to: -- Use the `` component in your app (for example to build a contact form) +- Use the `` component in your app (for example to build a contact form) - Verify the token on your server, when you are processing an API request or a form submission (for example, before sending the email out) ### Client @@ -67,14 +67,14 @@ To use Turnstile, add the auto-imported Vue component in whatever component need ``` -`` can take a number of options via the `options` argument. [See all options](./src/runtime/types.ts). It renders the Turnstile `