From ebb4de40736065b07a82a65e6bc5e20e04cb199d Mon Sep 17 00:00:00 2001
From: Patompong Savaengsuk
Date: Fri, 22 Feb 2019 14:18:18 +0700
Subject: [PATCH] Update README.md file.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 06d60cc..c159e0a 100644
--- a/README.md
+++ b/README.md
@@ -106,4 +106,4 @@ In default mode, this library will talk with `sandbox` environment of HMRC. If y
## Development & Contribution
Contributor is more than welcome to help develop this library, all the important methods should have unit test.
-To run test, simply call `composer run test` command on terminal.
+To run test, simply call `composer test` command on terminal.