diff --git a/README.md b/README.md index 180435b..147b777 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ The method accepts a list of attributes. Not all are supported on each platform | landscape| The orientation of the printed content, portrait or landscape.
Defaults to: false | Boolean | all | | graystyle | If your application only prints black text, setting this property to _true_ can result in better performance in many cases.
Defaults to: false | Boolean | all | | printerId | The network URL to the printer. | String | iOS | -| border | Set to _true_ to skip any border. Useful for fullscreen images.
Defaults to: true | Boolean | iOS | +| border | Set to _false_ to skip any border. Useful for fullscreen images.
Defaults to: true | Boolean | iOS | | hidePageRange | Set to _true_ to hide the control for the page range.
Defaults to: false | Boolean | iOS | | hideNumberOfCopies | Set to _true_ to hide the control for the number of copies.
Defaults to: false | Boolean | iOS | | hidePaperFormat | Set to _true_ to hide the control for the paper format.
Defaults to: false | Boolean | iOS |