diff --git a/README.md b/README.md index 33c295928..2c93c2ac8 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ $ . ~/.bashrc #### Install the dependencies ```bash +$ npm install -g depcheck $ yarn install ``` diff --git a/contracts/src/arbitration/IDisputeKit.sol b/contracts/src/arbitration/IDisputeKit.sol index 9768624dd..675043a76 100644 --- a/contracts/src/arbitration/IDisputeKit.sol +++ b/contracts/src/arbitration/IDisputeKit.sol @@ -13,9 +13,9 @@ pragma solidity ^0.8; import "./IArbitrator.sol"; /** - * @title DisputeKit - * An abstraction of the Dispute Kits intended for interfacing with KlerosCore - * This is not intended for use by the front-end clients for voting or appeal funding to allow for implementation-specific differences in parameters. + * @title IDisputeKit + * An abstraction of the Dispute Kits intended for interfacing with KlerosCore. + * It does not intend to abstract the interactions with the user (such as voting or appeal funding) to allow for implementation-specific parameters. */ interface IDisputeKit { // ************************************* //