Skip to content

Commit

Permalink
including backbone.js in welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
revathskumar committed Mar 13, 2013
1 parent 27922cf commit 914d50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Generator.prototype.askFor = function askFor() {
'\n ´ '+'` |'.red+'° '+'´ Y'.red+' `\n';

console.log(welcome);
console.log('Out of the box I include HTML5 Boilerplate, jQuery and Modernizr.');
console.log('Out of the box I include HTML5 Boilerplate, jQuery, Backbone.js and Modernizr.');

var prompts = [{
name: 'compassBootstrap',
Expand Down

0 comments on commit 914d50c

Please sign in to comment.