Skip to content

Commit

Permalink
Fix links in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg committed Apr 4, 2024
1 parent 10ec8f1 commit a7c88b8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ $ echo '{"id": "http://example.org/#bob", "name": "Bob"}' | tldr layouts/example

You can specify the input (tree) format using the `-i` option after `dehydrate`.
Similarly, you can specify the output (RDF) format using the `-o` option.
Supported formats are given in the [#supported-formats] section below.
By default the input is expected to be JSON and output is N-Quads.
Supported formats are given in the [Supported Formats](#supported-formats)
section below.

### Serialization

Expand All @@ -91,7 +93,9 @@ $ echo '<http://example.org/#bob> <https://schema.org/name> "Bob" .' | tldr layo

You can specify the input (RDF) format using the `-i` option after `hydrate`.
Similarly, you can specify the output (tree) format using the `-o` option.
Supported formats are given in the [#supported-formats] section below.
By default the input is expected to be N-Quads and output is JSON.
Supported formats are given in the [Supported Formats](#supported-formats)
section below.

### Supported formats

Expand Down

0 comments on commit a7c88b8

Please sign in to comment.