X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=README.md;h=0364fb6bca11d07652d276b4025c48450af9a7e7;hb=5c111a028a2c86f2392d987951db3a980900f1bd;hp=6e32fdfe00b091f99b2588c4e3207c7e2cbeea96;hpb=c97e914d40a8a24b47f2b6ef4f706b5367d94ee2;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.