diff --git a/doc/usage.md b/doc/usage.md index cf9dd4b..3ff802f 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -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')