Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
titaniumbones committed Jan 13, 2016
1 parent 4055caf commit a2c2af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ You have to use the command line again:
heroes-please # Returns a hero
--political # Returns a political hero
--cultural # Returns a cultural hero
--misc # Returns a miscellaneous hero
```

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion bin/heroes-please.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ function getRandomHero(options) {
console.log(LINE + result + '\n\nO Canada!'.yellow + LINE);
}

console.log(getFileNames("../heroes/misc"));
// console.log(getFileNames("../heroes/misc"));
getRandomHero(args);

0 comments on commit a2c2af8

Please sign in to comment.