From a7c88b804f9e6bd00c217ee0fd16fe5f3ac8d0ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Haudebourg?= Date: Thu, 4 Apr 2024 18:21:06 +0200 Subject: [PATCH] Fix links in README.md. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9020d49..af9f131 100644 --- a/README.md +++ b/README.md @@ -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 @@ -91,7 +93,9 @@ $ echo ' "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