From f639b8c2c4b1338eb627bd57f7aff175671108fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Riquelme=20Guzm=C3=A1n?= Date: Wed, 12 Jun 2024 10:12:42 -0400 Subject: [PATCH] chore: addressing comments --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9cd8aa6a..4352aadf 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,6 @@ You can pass props to the Widget to customize the behaviour of the Widget. You c import { SygmaProtocolReactWidget } from "@buildwithsygma/sygmaprotocol-react-widget"; function MyDapp() { - const [count, setCount] = useState(0); - return (