Skip to content

Commit

Permalink
Merge pull request #12 from C-Duv/patch-1
Browse files Browse the repository at this point in the history
Incorrect namespace usage in "Usage" doc
  • Loading branch information
mikaelrandy committed Dec 15, 2014
2 parents 9ceda6f + b624ae0 commit d16492d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/usage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# usage

```php
$client = new Statsd\Client(
$client = new \M6Web\Component\Statsd\Client(
array(
'serv1' => array('address' => 'udp://200.22.143.12'),
'serv2' => array('port' => 8125, 'address' => 'udp://200.22.143.12')
Expand Down

0 comments on commit d16492d

Please sign in to comment.