Skip to content

Commit

Permalink
chore: fix tables (#49)
Browse files Browse the repository at this point in the history
* chore: fix tables

* chore: fix tables even moar
  • Loading branch information
dwmkerr committed Oct 3, 2019
1 parent 54256ab commit 68b95b7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -114,11 +114,12 @@ The CLI is a very shallow wrapper around this function. The `params` object take

This module uses:

| Name | Usage |
| [`chalk`](https://github.com/chalk/chalk) | Terminal output styling. |
| [`commander.js`](https://github.com/tj/commander.js) | Utility for building commandline apps. |
| [`debug`](https://github.com/visionmedia/debug) | Utility for debug output. |
R [`mocha`](https://mochajs.org/) / [`nyc`](https://github.com/istanbuljs/nyc) | Test runner / coverage. |
| Name | Usage |
|------------------------------------------------------------------------------|----------------------------------------|
| [`chalk`](https://github.com/chalk/chalk) | Terminal output styling. |
| [`commander.js`](https://github.com/tj/commander.js) | Utility for building commandline apps. |
| [`debug`](https://github.com/visionmedia/debug) | Utility for debug output. |
| [`mocha`](https://mochajs.org/) / [`nyc`](https://github.com/istanbuljs/nyc) | Test runner / coverage. |

## Debugging

Expand Down

0 comments on commit 68b95b7

Please sign in to comment.