From e2615261c77ca1646a53550af8af59ac07dfd7b4 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 19 Nov 2023 14:48:48 +0100 Subject: [PATCH] fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17269b2..379d621 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Particle Web Demo -This repository is [Particle Demo](https://web-demo.particle.network) source code. It supports Solana and EVM-compatiable chains, more chains and more features coming soon! Learn more visit [Particle Network](https://particle.network/). +This repository is [Particle Demo](https://web-demo.particle.network) source code. It supports Solana and EVM-compatible chains, more chains and more features coming soon! Learn more visit [Particle Network](https://particle.network/). 🔥 Currently hosted [here](https://web-demo.particle.network). @@ -18,7 +18,7 @@ REACT_APP_PROJECT_ID=xxx REACT_APP_CLIENT_KEY= xxx REACT_APP_APP_ID=xxx -# if use waleltconnect, set walletconnect project id, created in https://walletconnect.com/ +# if you use walletconnect, set walletconnect project id, created in https://walletconnect.com/ REACT_APP_WALLETCONNECT_PROJECT_ID=xxx ```