Skip to content

Commit ece9a2c

Browse files
committed
Update README
1 parent 4adf79b commit ece9a2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Use the `allow` and `deny` props of `contentTypes` to include or exclude certain
4747
'use strict';
4848

4949
module.exports = {
50-
'snippets': {
50+
snippets: {
5151
config: {
5252
contentTypes: {
5353
allow: [ 'plugin::menus.menu', 'plugin::menus.menu-item' ],
@@ -73,7 +73,7 @@ If true, unmatched `codes` will remain unparsed in response data, otherwise they
7373
'use strict';
7474

7575
module.exports = {
76-
'snippets': {
76+
snippets: {
7777
config: {
7878
ignoreUnmatched: false,
7979
},
@@ -140,7 +140,7 @@ If true, the plugin will apply uppercase formatting to the `code` value when a s
140140
'use strict';
141141

142142
module.exports = {
143-
'snippets': {
143+
snippets: {
144144
config: {
145145
uppercase: false,
146146
},

0 commit comments

Comments
 (0)