diff --git a/README.md b/README.md index 98f6847..97434d4 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,24 @@ OPENAI_API_KEY=blahblah - Add environment variables to your deployment - Deploy! +#### Usage example + +```jsx + +``` + +Where `executeRecaptcha` is a function, e.g. + +```ts +const executeRecaptcha = (actionName: string) => + generateRecaptchaTokenString(actionName); +``` + ### Backend functionality The backend path given should accept a POST request with a JSON body containing