Skip to content

Commit

Permalink
docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Dec 17, 2011
1 parent c6b6e3a commit a639284
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down
9 changes: 9 additions & 0 deletions 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",
Expand Down

0 comments on commit a639284

Please sign in to comment.