Skip to content

Commit cf8b4f5

Browse files
authored
Fix explainmysql.com url
1 parent 4d2bf9c commit cf8b4f5

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
@@ -10,7 +10,7 @@
1010

1111
MySQL Query optimization with the `EXPLAIN` command is unnecessarily complicated: The output contains a lot of cryptic information that is incomprehensible or entirely misleading.
1212

13-
This Larvel package collects many query metrics that will be sent to [https://explainmysql.com](explainmysql.com) and transformed to be much easier to understand.
13+
This Larvel package collects many query metrics that will be sent to [explainmysql.com](https://explainmysql.com) and transformed to be much easier to understand.
1414

1515
## Installation
1616

0 commit comments

Comments
 (0)