From a639284bfc46d7298084d37e9a64006801393932 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Sat, 17 Dec 2011 22:54:27 +1100 Subject: [PATCH] docfix --- README.md | 2 +- data.js | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9fbee0ad..395dd7aed 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ file with a name that's unlikely to change (no version numbers). (1) It's ok to target a specific platform, like node.js, or WebKit. -(2) To check the minified and compressed size of your library from the command line, either use "make check" or run: +(2) To check the minified and compressed size of your library from the command line, either use `./build -v` (see below) or run: $ uglifyjs yourlib.js | gzip -9f | wc -c diff --git a/data.js b/data.js index 17958a151..d9fdc2484 100644 --- a/data.js +++ b/data.js @@ -1,3 +1,12 @@ +// See the README (https://github.com/madrobby/microjs.com#readme) for details about how +// to use this file. +// Make sure you run 'make compile' to check that your library doesn't come up with +// warnings or errors. It would also be appreciated if you could check any versioned +// libraries to see if they have new releases. +// As per the README, the source should be a link to your unminified, raw, source. It can +// also be just the raw JS if it's small enough, an array of source files or a ZIP file. +// See examples below. + var MicroJS = [ { name: "TinyDOM",