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

Commit cd1a907

Browse files
authored
Merge pull request #4 from williankeller/patch-1
Update README.md
2 parents 4344ab8 + d97e94d commit cd1a907

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)