Skip to content

Commit 4d2bf9c

Browse files
authored
Merge pull request #3 from G3z/patch-1
fixed expleinmysql.com url
2 parents 4f11621 + 845d8c4 commit 4d2bf9c

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 [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 [https://explainmysql.com](explainmysql.com) and transformed to be much easier to understand.
1414

1515
## Installation
1616

0 commit comments

Comments
 (0)