Skip to content

Commit 2a8d88a

Browse files
committed
Markdown :(.
1 parent 602ddb1 commit 2a8d88a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Here's a working example for the purchase order schema.
1818

1919
1. Generate mappings
2020

21-
22-
java -jar jsonix-full.jar -d mappings -p PO purchaseorder.xsd
21+
```javascript
22+
```java -jar jsonix-full.jar -d mappings -p PO purchaseorder.xsd
2323
2424
2525
Generates mappings for the `purchaseorder.xsd` schema in the `mappings\PO.js`; mappings will be placed in the variable `PO`.

0 commit comments

Comments
 (0)