Skip to content

Commit

Permalink
Moved npm installation method to the last, as people where confused a…
Browse files Browse the repository at this point in the history
…nd did not spot the download link
  • Loading branch information
miohtama committed Apr 14, 2012
1 parent cdcaf02 commit 1c04c12
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -49,10 +49,14 @@ If interested, see other performance tests at `browser` folder. See also

## Use it

Install with `npm install transparency` or get the
Get the
[compiled and minified version](https://raw.github.com/leonidas/transparency/master/lib/transparency.min.js)
and include it to your application. jQuery is optional, but if you happen to use it, Transparency registers itself
as a plugin.
as a plugin.

Node users can also install via NPM:

npm install transparency

```html
<script src="js/jquery-1.7.1.min.js"></script>
Expand Down

0 comments on commit 1c04c12

Please sign in to comment.