Skip to content

Commit

Permalink
docs(readme): Document optional config (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Nov 28, 2018
1 parent 6794387 commit a1a3b52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -36,9 +36,11 @@ Add a `playroom.config.js` file to the root of your project:

```js
module.exports = {
title: 'Playroom',
outputPath: './dist/playroom',
components: './src/components',
outputPath: './dist/playroom',

// Optional:
title: 'My Awesome Library',
themes: './src/themes',
frameComponent: './playroom/FrameComponent.js',
widths: [320, 375, 768, 1024],
Expand Down

0 comments on commit a1a3b52

Please sign in to comment.