From d0ee7c22d9eb1a4cc97908dee87b0549e1473930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Fri, 12 Aug 2016 09:23:03 +0200 Subject: [PATCH] Set alignment to fix layout on npm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a8a263..fa09a42 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ cordova.plugins.printer.print('..', { duplex: 'long' }, function (r The method accepts a list of attributes. Not all are supported on each platform and by each printer! | Name | Description | Type | Platform | -| ---- | ----------- |:----:| --------:| +|:---- |:----------- |:----:| --------:| | name | The name of the print job and of the document | String | all | | duplex | Specifies the duplex mode to use for the print job.
Either double-sided on short site (duplex:'short'), double-sided on long site (duplex:'long') or single-sided (duplex:'none').
Defaults to: 'none' | String | all | | landscape| The orientation of the printed content, portrait or landscape.
Defaults to: false | Boolean | all |