Skip to content

Commit

Permalink
docs: add align: 'center' to default boxenOpts (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexdrew authored and SBoudrias committed Jun 13, 2016
1 parent b7bc767 commit aff41f7
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 @@ -128,7 +128,7 @@ The message that will be shown when an update is available.
### options.boxenOpts

Type: `object`<br>
Default: `{ padding: 1, margin: 1, borderColor: 'yellow', borderStyle: 'round' }` ([See the screen shot above](https://github.com/yeoman/update-notifier#update-notifier-))
Default: `{ padding: 1, margin: 1, align: 'center', borderColor: 'yellow', borderStyle: 'round' }` ([See the screen shot above](https://github.com/yeoman/update-notifier#update-notifier-))

The object that will be passed to [boxen](https://github.com/sindresorhus/boxen).

Expand Down

0 comments on commit aff41f7

Please sign in to comment.