From c36bbd3357d5d3f07b8b91f9ab1c3303c4ad35d7 Mon Sep 17 00:00:00 2001 From: Max Base Date: Fri, 8 Apr 2022 17:37:53 +0430 Subject: [PATCH] docs: change V2 to v2, bolding v2, add `:` after name (#17) --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d6e5502..c82c3fa 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # WalletConnect v2 Examples -Catalogue of various wallet and dapp examples implementing WalletConnect v2. Each example contains its own readme with further instructions and explanations. +Catalogue of various wallet and dapp examples implementing WalletConnect **v2**. Each example contains its own README with further instructions and explanations. -### Wallets +**Wallets:** -- [React Wallet Ethers - V2](https://github.com/WalletConnect/web-examples/tree/main/wallets/react-wallet-v2) ([Demo](https://react-wallet.walletconnect.com/)) +- [React Wallet Ethers - v2](https://github.com/WalletConnect/web-examples/tree/main/wallets/react-wallet-v2) ([Demo](https://react-wallet.walletconnect.com/)) -### dApps +**dApps:** -- [React dApp (with standalone client) - V2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2) ([Demo](https://react-app.walletconnect.com/)) -- [React dApp (with EthereumProvider + Ethers.js) - V2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2-with-ethers) ([Demo](https://react-dapp-v2-with-ethers.vercel.app/)) -- [React dApp (with EthereumProvider + web3.js) - V2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2-with-web3js) ([Demo](https://react-dapp-v2-with-web3js.vercel.app/)) -- [React dApp (with CosmosProvider) - V2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2-cosmos-provider) ([Demo](https://react-dapp-v2-cosmos-provider.vercel.app/)) +- [React dApp (with standalone client) - v2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2) ([Demo](https://react-app.walletconnect.com/)) +- [React dApp (with EthereumProvider + Ethers.js) - v2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2-with-ethers) ([Demo](https://react-dapp-v2-with-ethers.vercel.app/)) +- [React dApp (with EthereumProvider + web3.js) - v2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2-with-web3js) ([Demo](https://react-dapp-v2-with-web3js.vercel.app/)) +- [React dApp (with CosmosProvider) - v2](https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2-cosmos-provider) ([Demo](https://react-dapp-v2-cosmos-provider.vercel.app/))