X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=README.md;h=0364fb6bca11d07652d276b4025c48450af9a7e7;hb=950b5d64a27994db1697eb4e605f5ea48ad8021b;hp=6e32fdfe00b091f99b2588c4e3207c7e2cbeea96;hpb=dcf0fa5048ef2379d551f29ffa29b14ec5ee09d5;p=jquery.git diff --git a/README.md b/README.md index 6e32fdf..0364fb6 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ Makes: ./dist/jquery.js A compressed version of jQuery (made the Closure Compiler). Makes: ./dist/jquery.min.js +`make lint` + +Tests a build of jQuery against JSLint, looking for potential errors or bits of confusing code. + `make selector` Builds the selector library for jQuery from Sizzle.