Skip to content

Commit

Permalink
Minor corrections to README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobie committed Mar 7, 2010
1 parent 3cd5372 commit e8aeab2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Usage
`modulr` accepts a singular file as input (the _program_) on which is does static
analysis to recursively resolve its dependencies.

The program, its dependencies and a small, namespaced JavaScript library are concatenated into a single `js` file which
The program, its dependencies and a small, namespaced JavaScript library are concatenated into a single `js` file. This
[improves load times by minimizing HTTP requests](http://developer.yahoo.com/performance/rules.html#num_http).

The bundled JavaScript library provides the necessary `require` function and
the `exports` and `module` free variables.
The bundled JavaScript library provides each module with the necessary `require`
function and `exports` and `module` free variables.

`modulr` is available as a Ruby program or as a command-line utility (`modulrize`).

Expand Down

0 comments on commit e8aeab2

Please sign in to comment.