Skip to content

Commit 8f3a342

Browse files
committed
Fix phpbenchhkit.sh link
1 parent 6e94430 commit 8f3a342

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
@@ -21,7 +21,7 @@ Everything you need to use benchmark kit is is [hpbenchkit.sh](phpbenchkit.sh).
2121

2222
Install it as global bin and give it execute mode:
2323
```bash
24-
sudo wget https://raw.githubusercontent.com/phpbenchmarks/benchmark-kit/4.0.0/phpbenchkit.sh -O /usr/local/bin/phpbenchkit
24+
sudo wget https://raw.githubusercontent.com/phpbenchmarks/benchmark-kit/master/phpbenchkit.sh -O /usr/local/bin/phpbenchkit
2525
sudo chmod +x /usr/local/bin/phpbenchkit
2626
```
2727

0 commit comments

Comments
 (0)