diff --git a/README.md b/README.md index 32fd044..fe3d19f 100755 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ export default { VueLogo, SVGOLogo, WebpackLogo, - }, + } }; ``` @@ -89,7 +89,7 @@ export default { svgLoader: { svgoConfig: { plugins: [ - { prefixIds: false }, // Disables prefixing for SVG IDs + { prefixIds: false } // Disables prefixing for SVG IDs ] } }