Skip to content

Commit 2d6e70d

Browse files
authored
fix typo in example snippet
1 parent 97b8bd4 commit 2d6e70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ unified().use(inlineSVG);
109109
// Use the Inline SVG plugin with custom options
110110
unified().use(inlineSVG, {
111111
maxImageSize: 5000, // Don't inline SVGs larger than 5 kb
112-
maxTotalFileSize: 25000, // 25 kb limit for all occurrences of each SVG
112+
maxTotalSize: 25000, // 25 kb limit for all occurrences of each SVG
113113
optimize: false, // Don't optimize SVGs
114114
});
115115
```

0 commit comments

Comments
 (0)