Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
neeckeloo committed Jan 24, 2014
1 parent 72d5fc4 commit a3a5a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ You can ignore apdex metrics manually by calling ```ignoreApdex()``` method of N

```php
$client = $this->getServiceLocator()->get('NewRelic\Client');
$client->ignoreApdex(true);
$client->ignoreApdex();
```

### Add custom metric
Expand Down

0 comments on commit a3a5a2a

Please sign in to comment.