Fix JSON issue in example block
This commit is contained in:
parent
97160ffa63
commit
73b49f0dfe
1 changed files with 31 additions and 27 deletions
|
@ -8,7 +8,11 @@
|
|||
|
||||
## Example
|
||||
|
||||
Below is an example of some of the additional options that may be set which
|
||||
may be different on each platform.
|
||||
|
||||
```javascript
|
||||
{
|
||||
name: 'Zebra_LP2844',
|
||||
description: 'Zebra LP2844',
|
||||
status: 3,
|
||||
|
@ -36,5 +40,5 @@ options: {
|
|||
'printer-uri-supported': 'ipp://localhost/printers/Zebra_LP2844',
|
||||
system_driverinfo: 'Z'
|
||||
}
|
||||
}]
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue