Merge pull request #108 from sunshuzhou/patch-1

Updata README.md
This commit is contained in:
Peter Lai 2018-12-12 19:22:27 +09:00 committed by GitHub
commit 77f20738aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ $web3->clientVersion(function ($err, $version) {
// do something
return;
}
if (isset($client)) {
if (isset($version)) {
echo 'Client version: ' . $version;
}
});