From 4574a1e8998a3213e6a52ccc38f22264e910a051 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Sat, 9 Nov 2024 20:57:51 +0300 Subject: [PATCH] Typo Update README.md "developer can use tailwind default classes": It should be "developers" (plural) for consistency in the sentence. Corrected. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f83ac93..5854e21 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Etherspot Wallet Demo -This is a wallet UI application that showcases the usage of Etherspot UI components. Developers can use this as a guide when building their own applications using Etherspot UI. Etherspot UI components created using Etherspot Transaction Kit for sending transactions, sending ERC tokens, and other Ethereum-related functionalities which are running on blockchain. For styling of all components of Etherspot UI, tailwind has been configured so, developer can use tailwind default classes and override tailwind css using simple styling also. +This is a wallet UI application that showcases the usage of Etherspot UI components. Developers can use this as a guide when building their own applications using Etherspot UI. Etherspot UI components created using Etherspot Transaction Kit for sending transactions, sending ERC tokens, and other Ethereum-related functionalities which are running on blockchain. For styling of all components of Etherspot UI, tailwind has been configured so, developers can use tailwind default classes and override tailwind css using simple styling also. ## Getting Started