From d95acfb593667c41b1db5d25d260bff0fce70437 Mon Sep 17 00:00:00 2001 From: Aniket <30843294+Aniket-Engg@users.noreply.github.com> Date: Tue, 19 Nov 2019 19:45:00 +0530 Subject: [PATCH] Update README.md --- remix-tests/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/remix-tests/README.md b/remix-tests/README.md index ec0c1d4833..3f32548003 100644 --- a/remix-tests/README.md +++ b/remix-tests/README.md @@ -9,10 +9,6 @@ `remix-tests` is a tool to test Solidity smart contracts. It works underneath Remix IDE plugin "Solidity Unit Testing" which is used to write and run test cases for a contract. Tests are written in Solidity itself. `remix-tests` can be used as CLI and a library too. ### Installation -As a dependency inside file: - -`npm install --save remix-tests` - As a dev dependency: `npm install --save-dev remix-tests`