Skip to content

Commit 3c050da

Browse files
committed
Escape asterisks in README's markdown
1 parent 8503b63 commit 3c050da

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
@@ -99,7 +99,7 @@ A directory within the `bucket` that the files should be uploaded in to.
9999

100100
Files that match this pattern will be uploaded to S3. The file pattern must be relative to `distDir`.
101101

102-
*Default:* '**/*.{js,css,png,gif,ico,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2}'
102+
*Default:* '\*\*/\*.{js,css,png,gif,ico,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2}'
103103

104104
### distDir
105105

0 commit comments

Comments
 (0)