Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Serby committed Mar 15, 2012
1 parent 81c3332 commit c7b6311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -26,12 +26,14 @@ bundle.js
* Then add to your application like so:

app.js

var bundled = require('bundled')(app);
bundled.addPath('bundle/hoozit');

* You can add as unlimited properties to a bundle and retrieve them later using:

app.js

var bundled = require('bundled')(app);
bundled.addPath('bundle/hoozit');
bundled.get('nav'); // Returns an array of all the bundles value for **nav**
Expand Down

0 comments on commit c7b6311

Please sign in to comment.