From 2608719175a0a0c1596c467cb0174f9a89b72279 Mon Sep 17 00:00:00 2001 From: Brian Faust Date: Tue, 8 Oct 2019 11:17:31 +0300 Subject: [PATCH] docs: fix test commands for npm and pnpm --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a505ca..f9dfe9f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ pnpm add @arkecosystem/utils ### npm ```sh -npm run test:coverage -- --coverage +npm run test -- --coverage ``` ### yarn @@ -51,7 +51,7 @@ yarn test --coverage ### pnpm ```sh -pnpm run test:coverage -- --coverage +pnpm run test -- --coverage ``` ## Benchmark