Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Oct 15, 2019
1 parent ed6df24 commit b9e986b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -11,8 +11,8 @@ Columnated lists for the CLI. Unicode and ANSI safe.
## Usage

```js
const columns = require('cli-columns');
const chalk = require('chalk');
const columns = require('.');

const values = [
'blue' + chalk.bgBlue('berry'),
Expand Down

0 comments on commit b9e986b

Please sign in to comment.