diff --git a/README.md b/README.md index 0c45b99..b5ca135 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@

> This repository contains a Javascript library that provides methods to interact with Kleros arbitrator - and Arbitrable contracts. It can be used to develop Relayers or DApps that use Kleros smart contracts. +> and Arbitrable contracts. It can be used to develop Relayers or DApps that use Kleros smart contracts. ## Installation + ``` yarn add kleros-api ``` @@ -84,7 +85,7 @@ yarn install ## Test ```sh -yarn run ganache-cli +yarn ganache yarn test ```