Shopify/slate

Fix slate-sections-plugin README

juanpprieto opened this issue · 0 comments

Update slate-sections-plugin's README usage examples:

from:
plugins: [new SlateSectionsPlugin({slateSectionsOptions})],

to:
plugins: [new SlateSectionsPlugin(slateSectionsOptions)],