Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benvilliere committed Mar 12, 2019
1 parent 0f53e69 commit 435a8e2
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 @@ -104,7 +104,7 @@ Output:
Query with joints | 1.43 seconds (1424 ms)
```

Warning: if you prefer to use the shorthand benchmark method, beware to call the describe method within your benchmark:
Warning: if you prefer to use the shorthand benchmark method, make sure to call the describe method within your benchmark:
```php
Chrono::benchmark(function () {
Chrono::describe('Task');
Expand Down

0 comments on commit 435a8e2

Please sign in to comment.