diff --git a/README.md b/README.md index 88388a2..c97e944 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ composer require sc0vu/web3.php dev-master Or you can add this line in composer.json ``` -"nanolucas/web3.php": "dev-master" +"sc0vu/web3.php": "dev-master" ``` diff --git a/composer.json b/composer.json index c1c72f9..6e51e8f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "nanolucas/web3.php", + "name": "sc0vu/web3.php", "description": "Ethereum web3 interface.", "type": "library", "license": "MIT",