From fc1c3edeadaf5d34bceb0e201233eda60e204fc4 Mon Sep 17 00:00:00 2001 From: Benjamin Anoufa Date: Thu, 28 Sep 2023 07:35:27 +0000 Subject: [PATCH] GITBOOK-528: Benjamin's Sep 27 changes --- .../technical-documentation/packages/react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-with-sismo-connect/technical-documentation/packages/react.md b/build-with-sismo-connect/technical-documentation/packages/react.md index 17149bd..afb4ad3 100644 --- a/build-with-sismo-connect/technical-documentation/packages/react.md +++ b/build-with-sismo-connect/technical-documentation/packages/react.md @@ -219,7 +219,7 @@ The `useSismoConnect` hook makes it easy for you to obtain the response containi ```typescript import { useSismoConnect } from "@sismo-core/sismo-connect-react"; -const { useSismoConnect, response, responseBytes } = useSismoConnect({ config }); +const { sismoConnect, response, responseBytes } = useSismoConnect({ config }); ``` **Params**