Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Conflicts:
	package.json
  • Loading branch information
toddmotto committed May 31, 2014
2 parents c4b708b + 38a7a4e commit 8578ba5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ Use the repository hook:
bower install https://github.com/toddmotto/fluidvids.git
```

## Installing with [browserify](https://github.com/substack/node-browserify)
Use the repository hook:

```
npm install toddmotto/fluidvids
```

Then require `fluidvids` in your file:

```javascript
// Note that it is called as a function.
var fluidvids = require('fluidvids')();
```

## Manual installation
Ensure you're using the files from the `dist` directory (contains compiled production-ready code). Ensure you place the script before the closing `</body>` tag.

Expand Down

0 comments on commit 8578ba5

Please sign in to comment.