Skip to content

Commit

Permalink
Updates the README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjames1987 committed Sep 18, 2014
1 parent 3678ba5 commit 1cb3daf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -19,15 +19,15 @@ Install the module with bower:
$ bower install marilyn
```

or download it from GitHub and copy the files into your application.
Or [download it from GitHub](https://github.com/alanjames1987/marilyn/archive/master.zip), extract it, and copy the files into your application.

### Using Script Tags
### Intalling with Script Tags

Include a script for the `marilyn.js` or `marilyn-min.js` file after a script for it's dependency, `underscore.js` or `lodash.js`.
Include a script for the `marilyn.js` or `marilyn-min.js` file after a script for it's dependency, `underscore.js`.

Upon including the `marilyn.js` file a global `marilyn` object will be available.

### Using AMD
### Intalling with AMD

Marilyn can also be loaded using any AMD compliant module loader such as [RequireJS](http://www.requirejs.org/).

Expand Down

0 comments on commit 1cb3daf

Please sign in to comment.