diff --git a/README.md b/README.md index b07dd4a..0758bf0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ A php interface for interacting with the Ethereum blockchain and ecosystem. # Install + +Set minimum stability to dev +``` +"minimum-stability": "dev" +``` + +Then ``` composer require sc0vu/web3.php dev-master ``` @@ -13,7 +20,7 @@ composer require sc0vu/web3.php dev-master Or you can add this line in composer.json ``` -"sc0vu/web3.php: "dev-master" +"sc0vu/web3.php": "dev-master" ```