Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit d97e94d

Browse files
author
Willian L. Keller
authored
Update README.md
1 parent 4344ab8 commit d97e94d

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
@@ -143,5 +143,5 @@ $timer = $statsClient->buildTimer()->start();
143143
// POST /users -> post.users.-
144144
// GET /search -> get.search.-
145145
// GET /search/friday%20beer -> get.search.-id-
146-
$statsClient->trackRequest($request, $imer, true);
146+
$statsClient->trackRequest($request, $timer, true);
147147
```

0 commit comments

Comments
 (0)