diff --git a/lib/README.md b/lib/README.md index 4e1db70..9b0e1f6 100644 --- a/lib/README.md +++ b/lib/README.md @@ -220,11 +220,12 @@ So to get access to the methods, just save the reference to the component instan Available and usable `Reaptcha` instance methods: -| Name | Returns | Description | -| ---------------- | --------------- | ----------------------------------------- | -| renderExplicitly | `Promise` | Renders the reCAPTCHA instance explicitly | -| reset | `Promise` | Resets the reCAPTCHA instance | -| execute | `Promise` | Executes the reCAPTCHA instance | +| Name | Returns | Description | +| ---------------- | ----------------- | ----------------------------------------- | +| renderExplicitly | `Promise` | Renders the reCAPTCHA instance explicitly | +| reset | `Promise` | Resets the reCAPTCHA instance | +| execute | `Promise` | Executes the reCAPTCHA instance | +| getResponse | `Promise` | Returns the reCATPCHA response | ### Render prop