Skip to content

Commit c0e4370

Browse files
committed
Update README.
1 parent 63f4a72 commit c0e4370

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## MojoJS.Query v2.0.0
1+
## v2.0.0
22
_`2019.12.18 UTC+8 21:32`_
33

44
* New version update.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It not only supports **full CSS3 Selectors** and more, and **easy-to-extend**, b
88
* Released version in [releases](https://github.com/scottcgi/MojoJS-Query/releases).
99
* Release changes in [ChangeLog](https://github.com/scottcgi/MojoJS-Query/blob/master/ChangeLog.md).
1010

11-
The [Online Speed-Test](https://scottcgi.github.io/MojoJS-Query/query/speed-test/index.html) shows the support selectors and speed comparison with native query.
11+
The [Online Speed-Test](https://scottcgi.github.io/MojoJS-Query/speed-test/index.html) shows the support selectors and speed comparison with native query.
1212

1313
## License
1414

speed-test/js/frameworks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ window.frameworks = [
66

77
["native", "native", "document.querySelectorAll"],
88

9-
["MojoJS.query", "../MojoJS.query.js", "MojoJS.query"],
9+
["MojoJS.query", "../MojoJS.query.js", "MojoJS-Query"],
1010

1111
["sizzle-mini-v2.3.5", "js/sizzle.min.js", "Sizzle"],
1212

0 commit comments

Comments
 (0)