Skip to content

Commit

Permalink
GITBOOK-528: Benjamin's Sep 27 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Anoufa authored and gitbook-bot committed Sep 28, 2023
1 parent 8283284 commit fc1c3ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit fc1c3ed

Please sign in to comment.