Skip to content

Commit

Permalink
Example: fix syntax error (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 18, 2021
1 parent 293fa1e commit 400c867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/test.js
Expand Up @@ -3,8 +3,8 @@
const FS = require('fs');
const PATH = require('path');
const { optimize } = require('../lib/svgo');
const filepath = PATH.resolve(__dirname, 'test.svg'),
const config {
const filepath = PATH.resolve(__dirname, 'test.svg');
const config = {
plugins: [
'cleanupAttrs',
'removeDoctype',
Expand Down

0 comments on commit 400c867

Please sign in to comment.