Skip to content

Commit

Permalink
fix(gatsby-theme-docz): readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Mar 17, 2019
1 parent 12f6385 commit 9e3314a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions core/gatsby-theme-docz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@ yarn add gatsby gatsby-theme-docz
```js
// gatsby-config.js
module.exports = {
return {
__experimentalThemes: [
{
resolve: 'gatsby-theme-docs',
}
]
}
__experimentalThemes: [
{
resolve: 'gatsby-theme-docz',
},
],
}
```

### Configuration

You can usually set your config using `doczrc.js` file ([see all available](https://github.com/pedronauck/docz/blob/v0.14/core/docz-core/src/config/argv.ts#L54-L103)) or if you want to
You can usually set your config using `doczrc.js` file ([see all available](https://github.com/pedronauck/docz/blob/master/core/docz-core/src/config/argv.ts#L54-L103)) or if you want to
set some default options for your theme, you can set `options` on plugin definition.

0 comments on commit 9e3314a

Please sign in to comment.