Skip to content

Commit fcc075b

Browse files
authored
Update example formatting in CONTRIBUTING.md
1 parent a612b4b commit fcc075b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,10 @@ barcode options //innerencoder exec /args exch def
407407
Example:
408408
```postscript
409409
10 10 moveto
410-
(\(01\)09521234543213(3103)000123) (segments=4 includetext alttext=TEST) % Note quoting of parentheses in data
411-
/databarexpandedstacked /uk.co.terryburton.bwipp findresource exec
410+
(\(01\)09521234543213(3103)000123) % Data: Note quoting of parentheses
411+
(segments=4 includetext alttext=TEST) % Options
412+
/databarexpandedstacked % Encoder
413+
/uk.co.terryburton.bwipp findresource exec
412414
showpage
413415
```
414416

0 commit comments

Comments
 (0)