Shopify / slate

Slate is a toolkit for developing Shopify themes. It's designed to assist your workflow and speed up the process of developing, testing, and deploying themes.
https://shopify.github.io/slate
MIT License
1.28k stars 364 forks source link

Fix slate-sections-plugin README #1067

Open juanpprieto opened 4 years ago

juanpprieto commented 4 years ago

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

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

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