Skip to content

Commit 7602463

Browse files
committed
Fixing documentation
1 parent 7277eda commit 7602463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $client = new \DCarbone\PHPConsulAPI\Client($config);
3333
Once constructed, you interact with each Consul API via it's corresponding Client class:
3434

3535
```php
36-
$kv_list = $client->KV()->keys();
36+
$kv_list = $client->KV->keys();
3737
var_dump($kv_list);
3838
```
3939

0 commit comments

Comments
 (0)