From 3e7d93e38bf7a094b2d1b9c610466c99e7eb74c9 Mon Sep 17 00:00:00 2001 From: CharlesCNorton <135471798+CharlesCNorton@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:07:34 -0400 Subject: [PATCH] Add missing article "a" in installation instructions Added the missing article "a" in the installation instructions section of the README file to improve clarity. The sentence "To install EtherScan API package you can use simple composer.json..." was corrected to "To install the EtherScan API package you can use a simple composer.json...". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cea341..b7f2a8c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The minimum requirement by EtherScan API is that your Web server supports PHP 5. Installation ------------ -To install EtherScan API package you can use simple `composer.json`... +To install EtherScan API package you can use a simple `composer.json`... ```javascript {