Skip to content

Commit dc42057

Browse files
author
Rad Azzouz
committed
💄
1 parent 63f8c10 commit dc42057

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
@@ -137,7 +137,7 @@ The options parameter is an optional object containing configuration properties
137137

138138
The optional callback will be called once the PDF controller has fully appeared on screen. Calling present() when there is already a PDF presented will load the new PDF in the current modal (in which case the callback will fire immediately).
139139

140-
presentWithXFDF(path, xfdfPath,[callback], [options]);
140+
presentWithXFDF(path, xfdfPath, [callback], [options]);
141141

142142
Displays a PDF in a full-screen modal. The path should be a string containing the file path (not URL) for the PDF. Relative paths are assumed to be relative to the www directory (if the path has a different base URL set, this will be ignored). To specify a path inside the application documents or library directory, use a ~, e.g. "~/Documents/mypdf.pdf" or "~/Library/Application Support/mypdf.pdf". Path can be null, but must not be omitted
143143

0 commit comments

Comments
 (0)