Skip to content

Commit 2cb248e

Browse files
Laurie BarthLaurie Barth
authored andcommitted
update README example
1 parent c3c3849 commit 2cb248e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/gatsby-plugin-theme-ui/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ module.exports = {
3434
plugins: [
3535
{ resolve: 'gatsby-plugin-theme-ui',
3636
options: {
37-
themeModulePath: '@theme-ui/preset-funk'
38-
// or themeModule: require('@theme-ui/preset-funk')
37+
themePreset: '@theme-ui/preset-funk'
38+
// or require('@theme-ui/preset-funk')
3939
}
4040
}],
4141
}

0 commit comments

Comments
 (0)