Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenchrist authored Apr 22, 2024
1 parent 2c17f67 commit f1a0014
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,13 @@ CREATE TABLE line_items (
);
```

Or generate this [HTML page](https://datacontract.com/examples/orders-latest/datacontract.html).
Or generate an HTML export:

```bash
$ datacontract export --format html https://datacontract.com/examples/orders-latest/datacontract.yaml > datacontract.html
```

which will create this [HTML export](https://datacontract.com/examples/orders-latest/datacontract.html).

## Usage

Expand Down

0 comments on commit f1a0014

Please sign in to comment.