Skip to content

Commit

Permalink
Merge pull request #2 from gregod/master
Browse files Browse the repository at this point in the history
Fixed example banner typo in documentation
  • Loading branch information
mjeanroy committed Feb 20, 2017
2 parents 74c43fc + b12dbe8 commit 294c475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Bundle of <%= pkg.name %>
Generated: <%= moment().format('YYYY-MM-DD') %>
Version: <%= pkg.version %>
Dependencies:
<% _.forEach(dependencies, function (dependency) {) %>
<% _.forEach(dependencies, function (dependency) { %>
<%= dependency.name %> -- <%= dependency.version %>
<% }) %>
```
Expand Down

0 comments on commit 294c475

Please sign in to comment.