Skip to content

Commit

Permalink
Add missing comma (wojtekmaj#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm authored and wojtekmaj committed Sep 8, 2019
1 parent 8a50c4a commit 6176ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ import { pdfjs } from 'react-pdf';

<Document
options={{
cMapUrl: `//cdn.jsdelivr.net/npm/pdfjs-dist@${pdfjs.version}/cmaps/`
cMapUrl: `//cdn.jsdelivr.net/npm/pdfjs-dist@${pdfjs.version}/cmaps/`,
cMapPacked: true,
}}
/>
Expand Down

0 comments on commit 6176ee2

Please sign in to comment.