basho / riak-php-client

PHP clients for Riak
Apache License 2.0
160 stars 69 forks source link

Correction in README.md [JIRA: CLIENTS-52] #80

Closed sandeepbisht closed 9 years ago

sandeepbisht commented 9 years ago

This line

$client = Basho\Riak\Riak('127.0.0.1', 8098);

of section

https://github.com/basho/riak-php-client#connecting

should be

$client = new Basho\Riak\Riak('127.0.0.1', 8098);

christophermancini commented 9 years ago

See PR comment: https://github.com/basho/riak-php-client/pull/81#issuecomment-67776977